Index: LayoutTests/fast/dom/Window/window-scroll-arguments-expected.txt |
diff --git a/LayoutTests/fast/dom/Window/window-scroll-arguments-expected.txt b/LayoutTests/fast/dom/Window/window-scroll-arguments-expected.txt |
index 3149b027454f1a3f312c5ed133ad8796604d0a76..9b08816a1f859185d845f57713c85b7a5c665a33 100644 |
--- a/LayoutTests/fast/dom/Window/window-scroll-arguments-expected.txt |
+++ b/LayoutTests/fast/dom/Window/window-scroll-arguments-expected.txt |
@@ -9,7 +9,7 @@ window.scrollTo Tests |
Testing - scrollTo with 0 arguments |
PASS window.scrollTo() did not throw exception. |
Testing - scrollTo with 1 non-dictionary argument |
-PASS window.scrollTo(x) threw exception TypeError: Failed to execute 'scrollTo' on 'Window': parameter 1 ('scrollToOptions') is not an object.. |
+PASS window.scrollTo(x) threw exception TypeError: Failed to execute 'scrollTo' on 'Window': parameter 1 ('options') is not an object.. |
Testing - scrollTo with a valid ScrollToOptions argument |
PASS window.scrollTo({ }) did not throw exception. |
PASS window.scrollTo({ left: x }) did not throw exception. |
@@ -31,7 +31,7 @@ window.scroll Tests |
Testing - scroll with 0 arguments |
PASS window.scroll() did not throw exception. |
Testing - scroll with 1 argument |
-PASS window.scroll(x) threw exception TypeError: Failed to execute 'scroll' on 'Window': parameter 1 ('scrollOptions') is not an object.. |
+PASS window.scroll(x) threw exception TypeError: Failed to execute 'scroll' on 'Window': parameter 1 ('options') is not an object.. |
Testing - scroll with a valid ScrollToOptions argument |
PASS window.scroll({ }) did not throw exception. |
PASS window.scroll({ left: x }) did not throw exception. |
@@ -53,7 +53,7 @@ window.scrollBy Tests |
Testing - scrollBy with 0 arguments |
PASS window.scrollBy() did not throw exception. |
Testing - scrollBy with 1 argument |
-PASS window.scrollBy(x) threw exception TypeError: Failed to execute 'scrollBy' on 'Window': parameter 1 ('scrollToOptions') is not an object.. |
+PASS window.scrollBy(x) threw exception TypeError: Failed to execute 'scrollBy' on 'Window': parameter 1 ('options') is not an object.. |
Testing - scrollBy with a valid ScrollOptions argument |
PASS window.scrollBy({ }) did not throw exception. |
PASS window.scrollBy({ left: x }) did not throw exception. |