Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector-enabled / reattach-after-editing-styles-expected.txt
1 This test checks that styles edited through inspector are correctly shown upon reattach.
2
3 Opening front-end for the first time
4 Dump initial styles:
5 [expanded] 
6 element.style  { ()
7
8 [expanded] 
9 #testDiv  { (style.css:1 -> style.css:1:1)
10 color: red;
11
12 [expanded] 
13 div  { (user agent stylesheet)
14 display: block;
15
16
17 Dump styles after editing:
18 [expanded] 
19 element.style  { ()
20
21 [expanded] 
22 #testDiv, my-custom-tag  { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
23
24 [expanded] 
25 #testDiv  { (style.css:1 -> style.css:1:1)
26 color: green;
27
28 [expanded] 
29 div  { (user agent stylesheet)
30 display: block;
31
32
33 Opening front-end second time
34 Dump styles after inspector was reopened:
35 [expanded] 
36 element.style  { ()
37
38 [expanded] 
39 #testdiv, my-custom-tag  { ()
40
41 [expanded] 
42 #testDiv  { (style.css:1 -> style.css:1:1)
43 color: green;
44
45 [expanded] 
46 div  { (user agent stylesheet)
47 display: block;
48
49
50