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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-container-white-space-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 This is an element 1 This is an element
2 2
3 This is an element 3 This is an element
4 This is an element 4 This is an element
5 5
6 This is an element 6 This is an element
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
7 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "1"
8 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "2"
9 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "3"
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "4"
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "5" 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "5"
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "4"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "3"
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" 17 PASS gFocusedDocument.activeElement.getAttribute("id") is "2"
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" 18 PASS gFocusedDocument.activeElement.getAttribute("id") is "1"
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 19 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
17 This test tests that a anchor element with in image in it and a space after the image, can still give the correct size in ContainerNode::getRect(). 20 This test tests that a anchor element with in image in it and a space after the image, can still give the correct size in ContainerNode::getRect().
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698