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

Side by Side Diff: LayoutTests/fast/css/sibling-selectors-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 test0 foo 1 test0 foo
2 2
3 test0 bar 3 test0 bar
4 4
5 test1 foo 5 test1 foo
6 6
7 test1 bar 7 test1 bar
8 8
9 test2 foo 9 test2 foo
10 10
(...skipping 10 matching lines...) Expand all
21 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 0, 255)' 21 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 0, 255)'
22 22
23 #test1 :last-of-type 23 #test1 :last-of-type
24 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(255, 0, 0)' 24 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(255, 0, 0)'
25 25
26 #test2 :first-of-type 26 #test2 :first-of-type
27 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 0, 255)' 27 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 0, 255)'
28 28
29 #test2 :last-of-type 29 #test2 :last-of-type
30 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(255, 0, 0)' 30 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(255, 0, 0)'
31 PASS successfullyParsed is true
31 32
33 TEST COMPLETE
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698