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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <select> selection test for scrolling. 1 <select> selection test for scrolling.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS selectionPattern("sl1") is "10000000000000000" 6 PASS selectionPattern("sl1") is "10000000000000000"
7 PASS selectionPattern("sl1") is "01000000000000000" 7 PASS selectionPattern("sl1") is "01000000000000000"
8 PASS selectionPattern("sl1") is "00000010000000000" 8 PASS selectionPattern("sl1") is "00000010000000000"
9 PASS selectionPattern("sl1") is "00000001000000000" 9 PASS selectionPattern("sl1") is "00000001000000000"
10 PASS selectionPattern("sl1") is "00000001000000000" 10 PASS selectionPattern("sl1") is "00000001000000000"
11 PASS selectionPattern("sl1") is "01000000000000000" 11 PASS selectionPattern("sl1") is "10000000000000000"
12 PASS selectionPattern("sl1") is "00000000000000001" 12 PASS selectionPattern("sl1") is "00000001000000000"
13 PASS selectionPattern("sl2") is "010" 13 PASS selectionPattern("sl2") is "010"
14 PASS selectionPattern("sl2") is "010" 14 PASS selectionPattern("sl2") is "010"
15 PASS selectionPattern("sl2") is "001" 15 PASS selectionPattern("sl2") is "001"
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW
« 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