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

Side by Side Diff: LayoutTests/fast/dom/Window/getMatchedCSSRules-with-pseudo-elements-complex-expected.txt

Issue 1232593004: Don't resolve extended color keywords during parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test expectations fixups. Created 5 years, 5 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'getMatchedCSSRules()' is deprecated. For more help, check http s://code.google.com/p/chromium/issues/detail?id=437569#c2 1 CONSOLE WARNING: 'getMatchedCSSRules()' is deprecated. For more help, check http s://code.google.com/p/chromium/issues/detail?id=437569#c2
2 Test for WebKit bug 78595: CollectingRules and QueryingRules modes of SelectorCh ecker miss some complex selectors with pseudo elements 2 Test for WebKit bug 78595: CollectingRules and QueryingRules modes of SelectorCh ecker miss some complex selectors with pseudo elements
3 3
4 4
5 5
6 PASS Expected 'rgb(165, 42, 42)' for color in the matched CSS rule for element w ith id firstChild and pseudo-element :before and got 'rgb(165, 42, 42)' 6 PASS Expected 'brown' for color in the matched CSS rule for element with id firs tChild and pseudo-element :before and got 'brown'
7 PASS Expected 'rgb(0, 255, 255)' for color in the matched CSS rule for element w ith id secondChild and pseudo-element :before and got 'rgb(0, 255, 255)' 7 PASS Expected 'cyan' for color in the matched CSS rule for element with id secon dChild and pseudo-element :before and got 'cyan'
8 PASS Expected 'red' for color in the matched CSS rule for element with id thirdC hild and pseudo-element :before and got 'red' 8 PASS Expected 'red' for color in the matched CSS rule for element with id thirdC hild and pseudo-element :before and got 'red'
9 PASS Expected 'rgb(255, 0, 255)' for color in the matched CSS rule for element w ith id fourthChild and pseudo-element :before and got 'rgb(255, 0, 255)' 9 PASS Expected 'magenta' for color in the matched CSS rule for element with id fo urthChild and pseudo-element :before and got 'magenta'
10 PASS Expected 'green' for color in the matched CSS rule for element with id firs tParent and pseudo-element :before and got 'green' 10 PASS Expected 'green' for color in the matched CSS rule for element with id firs tParent and pseudo-element :before and got 'green'
11 PASS Expected 'lime' for color in the matched CSS rule for element with id secon dParent and pseudo-element :before and got 'lime' 11 PASS Expected 'lime' for color in the matched CSS rule for element with id secon dParent and pseudo-element :before and got 'lime'
12 PASS Expected 'blue' for color in the matched CSS rule for element with id third Parent and pseudo-element :before and got 'blue' 12 PASS Expected 'blue' for color in the matched CSS rule for element with id third Parent and pseudo-element :before and got 'blue'
13 PASS Expected 'rgb(220, 20, 60)' for color in the matched CSS rule for element w ith id fourthParent and pseudo-element :before and got 'rgb(220, 20, 60)' 13 PASS Expected 'crimson' for color in the matched CSS rule for element with id fo urthParent and pseudo-element :before and got 'crimson'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698