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

Unified Diff: LayoutTests/fast/css/zoom-body-scroll-expected.txt

Issue 891523002: ScrollTopLeftInterop should not be marked experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates 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
Index: LayoutTests/fast/css/zoom-body-scroll-expected.txt
diff --git a/LayoutTests/fast/css/zoom-body-scroll-expected.txt b/LayoutTests/fast/css/zoom-body-scroll-expected.txt
index 45719a22355e600b0fdee44152cac580bb79d5c0..a3d6ae11d060a88479eb234efb0a6bf88f8a28b6 100644
--- a/LayoutTests/fast/css/zoom-body-scroll-expected.txt
+++ b/LayoutTests/fast/css/zoom-body-scroll-expected.txt
@@ -1,13 +1,13 @@
PASS document.body.scrollHeight is within 0.00001 of 1000
PASS document.body.scrollWidth is within 0.00001 of 1000
-PASS document.documentElement.scrollLeft is within 0.00001 of 50
+PASS document.body.scrollLeft is within 0.00001 of 50
PASS document.body.scrollHeight is within 0.00001 of 1000
PASS document.body.scrollWidth is within 0.00001 of 1000
-PASS document.documentElement.scrollTop is within 0.00001 of 0
-PASS document.documentElement.scrollLeft is within 0.00001 of 50
-PASS document.documentElement.scrollTop is within 0.00001 of 100
-PASS document.documentElement.scrollTop is within 0.00001 of 100
-PASS document.documentElement.scrollLeft is within 0.00001 of 50
+PASS document.body.scrollTop is within 0.00001 of 0
+PASS document.body.scrollLeft is within 0.00001 of 50
+PASS document.body.scrollTop is within 0.00001 of 100
+PASS document.body.scrollTop is within 0.00001 of 100
+PASS document.body.scrollLeft is within 0.00001 of 50
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/zoom-body-scroll.html ('k') | LayoutTests/fast/dom/Element/scrollTop-scrollLeft-body.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698