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

Unified Diff: LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt

Issue 1216953003: Promote scrollTopLeftInterop mode to experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixes moved to other patches Created 5 years, 4 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/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt
diff --git a/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt b/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt
index e22cafa2a232dcf2ed7888530fdc415b5dba33c2..d613bfa3b826119a5a4e0f720df7893a3d9726ab 100644
--- a/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt
+++ b/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt
@@ -1,4 +1,4 @@
-Test that calling scroll methods on the body element does not scroll the viewport in standards mode. Currently expected to fail: crbug.com/157855
+Test that calling scroll methods on the body element does not scroll the viewport in standards mode.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -7,38 +7,38 @@ PASS successfullyParsed is true
TEST COMPLETE
Test that "scroll" on the body element does not scroll
-FAIL document.body.scrollTop should be 0. Was 100.
-FAIL document.body.scrollLeft should be 0. Was 100.
+PASS document.body.scrollTop is 0
+PASS document.body.scrollLeft is 0
PASS document.documentElement.scrollTop is 0
PASS document.documentElement.scrollLeft is 0
Test that "scrollTo" on the body element does not scroll
-FAIL document.body.scrollTop should be 0. Was 100.
-FAIL document.body.scrollLeft should be 0. Was 100.
+PASS document.body.scrollTop is 0
+PASS document.body.scrollLeft is 0
PASS document.documentElement.scrollTop is 0
PASS document.documentElement.scrollLeft is 0
Test that "scrollBy" on the body element does not scroll
-FAIL document.body.scrollTop should be 0. Was 200.
-FAIL document.body.scrollLeft should be 0. Was 200.
+PASS document.body.scrollTop is 0
+PASS document.body.scrollLeft is 0
PASS document.documentElement.scrollTop is 0
PASS document.documentElement.scrollLeft is 0
Test that "scroll" on the document element scrolls
-FAIL document.body.scrollTop should be 0. Was 200.
-FAIL document.body.scrollLeft should be 0. Was 200.
-FAIL document.documentElement.scrollTop should be 100. Was 0.
-FAIL document.documentElement.scrollLeft should be 50. Was 0.
+PASS document.body.scrollTop is 0
+PASS document.body.scrollLeft is 0
+PASS document.documentElement.scrollTop is 100
+PASS document.documentElement.scrollLeft is 50
Test that "scrollTo" on the document element scrolls
-FAIL document.body.scrollTop should be 0. Was 200.
-FAIL document.body.scrollLeft should be 0. Was 200.
-FAIL document.documentElement.scrollTop should be 200. Was 0.
-FAIL document.documentElement.scrollLeft should be 450. Was 0.
+PASS document.body.scrollTop is 0
+PASS document.body.scrollLeft is 0
+PASS document.documentElement.scrollTop is 200
+PASS document.documentElement.scrollLeft is 450
Test that "scrollBy" on the document element scrolls
-FAIL document.body.scrollTop should be 0. Was 200.
-FAIL document.body.scrollLeft should be 0. Was 200.
-FAIL document.documentElement.scrollTop should be 300. Was 0.
-FAIL document.documentElement.scrollLeft should be 750. Was 0.
+PASS document.body.scrollTop is 0
+PASS document.body.scrollLeft is 0
+PASS document.documentElement.scrollTop is 300
+PASS document.documentElement.scrollLeft is 750
« no previous file with comments | « LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode.html ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698