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

Side by Side Diff: LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt

Issue 1182483004: DevTools: [CSS] getMatchedStylesForNode should return styles inherited through shadow boundary (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 5 years, 6 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 Inspected contents 1 Inspected contents
2 Style sheet added: regular (stylesheet.css) 2 Style sheet added: regular (stylesheet.css)
3 Dumping matched rules: 3 Dumping matched rules:
4 *#inspected* { regular 4 *#inspected* { regular
5 color: red; 5 color: red;
6 } 6 }
7 Dumping inherited rules:
7 Adding a rule to the existing stylesheet. 8 Adding a rule to the existing stylesheet.
8 ==== Style sheet text ==== 9 ==== Style sheet text ====
9 #inspected {}#inspected { 10 #inspected {}#inspected {
10 color: red; 11 color: red;
11 } 12 }
12 Dumping matched rules: 13 Dumping matched rules:
13 *#inspected* { regular 14 *#inspected* { regular
14 } 15 }
15 *#inspected* { regular 16 *#inspected* { regular
16 color: red; 17 color: red;
17 } 18 }
19 Dumping inherited rules:
18 Creating inspector stylesheet. 20 Creating inspector stylesheet.
19 Style sheet added: inspector 21 Style sheet added: inspector
20 Adding a rule to the inspector stylesheet. 22 Adding a rule to the inspector stylesheet.
21 ==== Style sheet text ==== 23 ==== Style sheet text ====
22 #inspected {} 24 #inspected {}
23 Dumping matched rules: 25 Dumping matched rules:
24 *#inspected* { regular 26 *#inspected* { regular
25 } 27 }
26 *#inspected* { regular 28 *#inspected* { regular
27 color: red; 29 color: red;
28 } 30 }
29 *#inspected* { inspector 31 *#inspected* { inspector
30 } 32 }
33 Dumping inherited rules:
31 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698