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

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

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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
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: line 83: 'getMatchedCSSRules()' is deprecated. For more help, c heck https://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 'brown' for color in the matched CSS rule for element with id firs tChild and pseudo-element :before and got 'brown' 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 'cyan' for color in the matched CSS rule for element with id secon dChild and pseudo-element :before and got 'cyan' 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 'magenta' for color in the matched CSS rule for element with id fo urthChild and pseudo-element :before and got 'magenta' 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 'crimson' for color in the matched CSS rule for element with id fo urthParent and pseudo-element :before and got 'crimson' 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