Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / dynamic-style-tag-expected.txt
1 Tests that different types of inline styles are correctly disambiguated and their sourceURL is correct.
2
3 Stylesheet added:
4   - isInline: true
5   - sourceURL: dynamic-style-tag.html
6   - hasSourceURL: false
7   - contents: 
8 /* comment */.inline-style-added-by-parser {
9    color: red;
10 }
11
12 Stylesheet added:
13   - isInline: true
14   - sourceURL: inlineStyleAddedByParser.css
15   - hasSourceURL: true
16   - contents: 
17 .inline-style-added-by-parser-with-source-url {
18    color: green;
19 }
20 /*# sourceURL=inlineStyleAddedByParser.css*/
21
22 Stylesheet added:
23   - isInline: false
24   - sourceURL: 
25   - hasSourceURL: false
26   - contents: 
27 .inline-style-added-by-parser-in-document-write {
28    color: blue;
29 }
30
31 Stylesheet added:
32   - isInline: false
33   - sourceURL: inlineStyleAddedByDocumentWrite.css
34   - hasSourceURL: true
35   - contents: 
36 .inline-style-added-by-document-write-with-source-url {
37    color: yellow;
38 }
39 /*# sourceURL=inlineStyleAddedByDocumentWrite.css*/
40
41 Stylesheet added:
42   - isInline: false
43   - sourceURL: 
44   - hasSourceURL: false
45   - contents: .inline-style-created-by-script {
46    color: orange;
47 }
48 Stylesheet added:
49   - isInline: false
50   - sourceURL: inlineStyleCreatedByScript.css
51   - hasSourceURL: true
52   - contents: .inline-style-created-by-script-with-source-url {
53    color: grey;
54 }
55 /*# sourceURL=inlineStyleCreatedByScript.css*/
56 Page reloaded.
57 [expanded] 
58 element.style  { ()
59 color: red;
60
61 [expanded] 
62 .inline-style-created-by-script-with-source-url  { (inlineStyleCrea…ByScript.css:1 -> inlineStyleCreatedByScript.css:1:1)
63 /-- overloaded --/ color: grey;
64
65 [expanded] 
66 .inline-style-created-by-script  { ()
67 /-- overloaded --/ color: orange;
68
69 [expanded] 
70 .inline-style-added-by-document-write-with-source-url  { (inlineStyleAdde…entWrite.css:2 -> inlineStyleAddedByDocumentWrite.css:2:1)
71 /-- overloaded --/ color: yellow;
72
73 [expanded] 
74 .inline-style-added-by-parser-in-document-write  { ()
75 /-- overloaded --/ color: blue;
76
77 [expanded] 
78 .inline-style-added-by-parser-with-source-url  { ()
79 /-- overloaded --/ color: green;
80
81 [expanded] 
82 .inline-style-added-by-parser  { (dynamic-style-tag.html:6 -> dynamic-style-tag.html:6:14)
83 /-- overloaded --/ color: red;
84
85 [expanded] 
86 div  { (user agent stylesheet)
87 display: block;
88
89
90