Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: LayoutTests/fast/dom/Window/window-resize-and-move-arguments-expected.txt

Issue 879913003: Use IntRect instead of FloatRect for window positions and sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added FIXME comments Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html ('k') | Source/core/frame/DOMWindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html ('k') | Source/core/frame/DOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698