Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / css / css-create-stylesheet-and-add-rule-expected.txt
blob4deded6fcad3201a9cd3899bdd404352adc7564d
1 Inspected contents
2 Style sheet added: regular (stylesheet.css)
3 Dumping matched rules: 
4 *#inspected* {    regular
5     color: red;
7 Dumping inherited rules: 
8 Adding a rule to the existing stylesheet.
9 ==== Style sheet text ====
10 #inspected {}#inspected {
11     color: red;
13 Dumping matched rules: 
14 *#inspected* {    regular
16 *#inspected* {    regular
17     color: red;
19 Dumping inherited rules: 
20 Creating inspector stylesheet.
21 Style sheet added: inspector
22 Adding a rule to the inspector stylesheet.
23 ==== Style sheet text ====
24 #inspected {}
25 Dumping matched rules: 
26 *#inspected* {    regular
28 *#inspected* {    regular
29     color: red;
31 *#inspected* {    inspector
33 Dumping inherited rules: