| Index: LayoutTests/fast/dom/Window/window-resize-and-move-arguments-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/window-resize-and-move-arguments-expected.txt b/LayoutTests/fast/dom/Window/window-resize-and-move-arguments-expected.txt
|
| index aaa1c1d5883ce4f88e6056f43aa9570126e39532..3f3e33ab1ae7d83cd081a821fa720cd56bf96c48 100644
|
| --- a/LayoutTests/fast/dom/Window/window-resize-and-move-arguments-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/window-resize-and-move-arguments-expected.txt
|
| @@ -31,11 +31,11 @@ PASS window.outerHeight is resetHeight + y
|
| window.moveTo Tests
|
|
|
| Testing - moveTo with 0 arguments
|
| -PASS window.screenX is screen.availLeft
|
| -PASS window.screenY is screen.availTop
|
| +PASS window.screenX is resetX
|
| +PASS window.screenY is resetY
|
| Testing - moveTo with 1 argument
|
| PASS window.screenX is Math.max(x, screen.availLeft)
|
| -PASS window.screenY is screen.availTop
|
| +PASS window.screenY is resetY
|
| Testing - moveTo with more than 2 arguments
|
| PASS window.screenX is Math.max(x, screen.availLeft)
|
| PASS window.screenY is Math.max(y, screen.availTop)
|
|
|