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

Unified Diff: LayoutTests/fast/forms/listbox-selection-2-expected.txt

Issue 568453002: Removing container's Left & Top border from computed scroll offset bounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reduced layout test file contents from javascript, style and html content Created 6 years, 2 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/forms/listbox-selection-2-expected.txt
diff --git a/LayoutTests/fast/forms/listbox-selection-2-expected.txt b/LayoutTests/fast/forms/listbox-selection-2-expected.txt
index e73fcd6eeb5c2093f66e7416fc51f6185db4362f..4ca228301936b08a7ba2ba375c1f88a132b91e07 100644
--- a/LayoutTests/fast/forms/listbox-selection-2-expected.txt
+++ b/LayoutTests/fast/forms/listbox-selection-2-expected.txt
@@ -8,8 +8,8 @@ PASS selectionPattern("sl1") is "01000000000000000"
PASS selectionPattern("sl1") is "00000010000000000"
PASS selectionPattern("sl1") is "00000001000000000"
PASS selectionPattern("sl1") is "00000001000000000"
-PASS selectionPattern("sl1") is "01000000000000000"
-PASS selectionPattern("sl1") is "00000000000000001"
+PASS selectionPattern("sl1") is "10000000000000000"
+PASS selectionPattern("sl1") is "00000001000000000"
PASS selectionPattern("sl2") is "010"
PASS selectionPattern("sl2") is "010"
PASS selectionPattern("sl2") is "001"
« no previous file with comments | « LayoutTests/fast/forms/listbox-selection-2.html ('k') | LayoutTests/fast/scroll-behavior/bordered-container-child-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698