Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / non-numeric-values-numeric-parameters-expected.txt
index beec116..f23609a 100644 (file)
@@ -22,8 +22,6 @@ PASS nonNumericPolicy('createCSSStyleSheet().removeRule(x)') is 'any type allowe
 PASS nonNumericPolicy('createCSSValueList().item(x)') is 'any type allowed (but not omitted)'
 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 'mixed'
 PASS nonNumericPolicy('document.body.scrollTop = x') is 'mixed'
 PASS nonNumericPolicy('document.images.item(x)') is 'any type allowed'
@@ -59,7 +57,7 @@ PASS nonNumericPolicy('document.createRange().isPointInRange(document, x)') is '
 PASS nonNumericPolicy('getSelection().collapse(document, x)') is 'any type allowed'
 PASS nonNumericPolicy('getSelection().setBaseAndExtent(document, x, document, 0)') is 'any type allowed'
 PASS nonNumericPolicy('getSelection().setBaseAndExtent(document, 0, document, x)') is 'any type allowed'
-PASS nonNumericPolicy('getSelection().setPosition(document, x)') is 'any type allowed'
+PASS nonNumericPolicy('getSelection().collapse(document, x)') is 'any type allowed'
 PASS nonNumericPolicy('getSelection().extend(document, x)') is 'any type allowed'
 PASS nonNumericPolicy('getSelection().getRangeAt(x)') is 'any type allowed'
 PASS nonNumericPolicy('document.styleSheets.item(x)') is 'any type allowed (but not omitted)'