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

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

Issue 764083002: Deprecate getMatchedCSSRules() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update platform expectations Created 6 years 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 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
2 3
3 4
4 5
5 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 '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 '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 '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 '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'
8 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 '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 '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'
10 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'
11 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'
12 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 '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)'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698