X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fdom%2Fnon-numeric-values-numeric-parameters-expected.txt;h=beec116eabad955174eb8fa6f9ae197a1bc2e58f;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=9b634f7d4175aaca303deff2a37484984579ca38;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt b/src/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt index 9b634f7..beec116 100644 --- a/src/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt +++ b/src/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt @@ -24,8 +24,8 @@ PASS nonNumericPolicy('document.elementFromPoint(x, 0)') is 'any type allowed' PASS nonNumericPolicy('document.elementFromPoint(0, x)') is 'any type allowed' PASS nonNumericPolicy('document.body.scrollByLines(x)') is 'any type allowed' PASS nonNumericPolicy('document.body.scrollByPages(x)') is 'any type allowed' -PASS nonNumericPolicy('document.body.scrollLeft = x') is 'any type allowed' -PASS nonNumericPolicy('document.body.scrollTop = x') is 'any type allowed' +PASS nonNumericPolicy('document.body.scrollLeft = x') is 'mixed' +PASS nonNumericPolicy('document.body.scrollTop = x') is 'mixed' PASS nonNumericPolicy('document.images.item(x)') is 'any type allowed' PASS nonNumericPolicy('document.createElement("input").setSelectionRange(x, 0)') is 'any type allowed' PASS nonNumericPolicy('document.createElement("input").setSelectionRange(0, x)') is 'any type allowed' @@ -51,7 +51,7 @@ PASS nonNumericPolicy('document.createEvent("MouseEvent").initMouseEvent("a", fa PASS nonNumericPolicy('document.createEvent("MouseEvent").initMouseEvent("a", false, false, null, 0, 0, 0, 0, 0, false, false, false, false, x, null)') is 'any type allowed' PASS nonNumericPolicy('document.body.attributes.item(x)') is 'any type allowed' PASS nonNumericPolicy('document.createNodeIterator(document, x, null, false)') is 'any type allowed' -PASS nonNumericPolicy('document.getElementsByTagName("div").item(x)') is 'any type allowed (but not omitted)' +PASS nonNumericPolicy('document.getElementsByTagName("div").item(x)') is 'any type allowed' PASS nonNumericPolicy('document.createRange().setStart(document, x)') is 'any type allowed (but not omitted)' PASS nonNumericPolicy('document.createRange().setEnd(document, x)') is 'any type allowed (but not omitted)' PASS nonNumericPolicy('document.createRange().comparePoint(document, x)') is 'any type allowed (but not omitted)'