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

Side by Side Diff: LayoutTests/fast/css/pseudo-any-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 page tests :-webkit-any. This window needs to be focused for the :focus tes ts to pass. 1 This page tests :-webkit-any. This window needs to be focused for the :focus tes ts to pass.
2 h1 2 h1
3 3
4 h1 4 h1
5 5
6 div 6 div
7 foo 7 foo
8 b i 8 b i
9 p 9 p
10 10
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 0, 255)' 87 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 0, 255)'
88 88
89 q>span 89 q>span
90 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 0, 255)' 90 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 0, 255)'
91 91
92 #test-last-child :first-child 92 #test-last-child :first-child
93 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 0, 255)' 93 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 0, 255)'
94 94
95 #test-last-child :last-child 95 #test-last-child :last-child
96 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 128, 0)' 96 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('back ground-color') is 'rgb(0, 128, 0)'
97 PASS successfullyParsed is true
97 98
99 TEST COMPLETE
100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698