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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt

Issue 1413493005: Update layout tests to work when smooth scrolling is enabled by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worked on nit Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt
index 917a494fc1c5947a0b3204e84041423a542fe8e2..cb62a63a87ed3b5e620a00becdfc66dfb19efde5 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt
@@ -3,6 +3,10 @@ vertical scroll: : Success
continuously call window.scrollY : Success
zoom in and out preserve scroll position: Success
resize preserves scroll position: Success
-KeyDown HOME move y-scroll position to bottom for RTL page: -3425
-KeyDown END move y-scroll position to bottom for RTL page: 0
+PASS window.scrollY == -3425 became true
+PASS window.scrollY == 0 became true
selectAll selects all document: Success
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698