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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-div-overflow-scrol-hidden-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 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "f2" 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "f2"
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "f3" 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "f3"
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "f3" 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "f3"
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "f4" 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "f4"
17 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f4. Was f5. 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "f4"
18 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f5. Was f6. 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "f5"
19 PASS gFocusedDocument.activeElement.getAttribute("id") is "f6" 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "f6"
20 PASS gFocusedDocument.activeElement.getAttribute("id") is "f9" 20 PASS gFocusedDocument.activeElement.getAttribute("id") is "f9"
21 This test is testing that div with overflow:auto would scroll, by div with overf low:hidden would not. 21 This test is testing that div with overflow:auto would scroll, by div with overf low:hidden would not.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698