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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "f2" 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "f2"
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "f3" 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "f3"
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "f3" 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "f3"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "f4" 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "f4"
14 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f4. Was f5. 17 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f4. Was f5.
15 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f5. Was f6. 18 FAIL gFocusedDocument.activeElement.getAttribute("id") should be f5. Was f6.
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "f6" 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "f6"
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "f9" 20 PASS gFocusedDocument.activeElement.getAttribute("id") is "f9"
18 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