Update To 11.40.268.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: false
5   - sourceURL: 
6   - hasSourceURL: false
7   - contents: 
8 .inline-style-added-by-parser-in-document-write {
9    color: blue;
10 }
11
12 Stylesheet added:
13   - isInline: false
14   - sourceURL: 
15   - hasSourceURL: false
16   - contents: .inline-style-created-by-script {
17    color: orange;
18 }
19 Stylesheet added:
20   - isInline: true
21   - sourceURL: dynamic-style-tag.html
22   - hasSourceURL: false
23   - contents: 
24 /* comment */.inline-style-added-by-parser {
25    color: red;
26 }
27
28 Stylesheet added:
29   - isInline: false
30   - sourceURL: inlineStyleAddedByDocumentWrite.css
31   - hasSourceURL: true
32   - contents: 
33 .inline-style-added-by-document-write-with-source-url {
34    color: yellow;
35 }
36 /*# sourceURL=inlineStyleAddedByDocumentWrite.css*/
37
38 Stylesheet added:
39   - isInline: true
40   - sourceURL: inlineStyleAddedByParser.css
41   - hasSourceURL: true
42   - contents: 
43 .inline-style-added-by-parser-with-source-url {
44    color: green;
45 }
46 /*# sourceURL=inlineStyleAddedByParser.css*/
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 [expanded] 
57 element.style  { ()
58 color: red;
59
60 [expanded] 
61 .inline-style-created-by-script-with-source-url  { (inlineStyleCrea…ByScript.css:1 -> inlineStyleCreatedByScript.css:1:1)
62 /-- overloaded --/ color: grey;
63
64 [expanded] 
65 .inline-style-created-by-script  { ()
66 /-- overloaded --/ color: orange;
67
68 [expanded] 
69 .inline-style-added-by-document-write-with-source-url  { (inlineStyleAdde…entWrite.css:2 -> inlineStyleAddedByDocumentWrite.css:2:1)
70 /-- overloaded --/ color: yellow;
71
72 [expanded] 
73 .inline-style-added-by-parser-in-document-write  { ()
74 /-- overloaded --/ color: blue;
75
76 [expanded] 
77 .inline-style-added-by-parser-with-source-url  { ()
78 /-- overloaded --/ color: green;
79
80 [expanded] 
81 .inline-style-added-by-parser  { (dynamic-style-tag.html:6 -> dynamic-style-tag.html:6:14)
82 /-- overloaded --/ color: red;
83
84 [expanded] 
85 div  { (user agent stylesheet)
86 display: block;
87
88
89