Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles-3 / style-rule-from-imported-stylesheet-expected.txt
blob2e8ce1635d8810f3e3448d47ef7d9eb544d468fa
1 Tests that rules from imported stylesheets are correctly shown and are editable in inspector.
3  Rules before toggling:
4 [expanded] 
5 element.style  { ()
7 [expanded] 
8 .square  { (imported-stylesheet.css:1 -> imported-stylesheet.css:1:1)
9     background-color: red;
10     display: inline-block;
12 [expanded] 
13 div  { (user agent stylesheet)
14 /-- overloaded --/     display: block;
16 Rules after toggling:
17 [expanded] 
18 element.style  { ()
20 [expanded] 
21 .square  { (imported-stylesheet.css:1 -> imported-stylesheet.css:1:1)
22 /-- overloaded --/ /-- disabled --/     /* background-color: red; */
23     display: inline-block;
25 [expanded] 
26 div  { (user agent stylesheet)
27 /-- overloaded --/     display: block;