Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / edit-inspector-stylesheet-expected.txt
1 Tests that adding a new rule creates inspector stylesheet resource and allows its live editing.
2
3 Text
4 Inspector stylesheet URL: inspector-stylesheet
5 Inspector stylesheet content:
6 #inspected {}
7
8 Setting new content
9 Inspector stylesheet content:
10 #inspected { background-color: green; }
11 [expanded] 
12 element.style  { ()
13
14 [expanded] 
15 #inspected  { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
16 background-color: green;
17
18 [expanded] 
19 div  { (user agent stylesheet)
20 display: block;
21
22
23