Index: trunk/LayoutTests/inspector/elements/styles/dynamic-style-tag-expected.txt |
=================================================================== |
--- trunk/LayoutTests/inspector/elements/styles/dynamic-style-tag-expected.txt (revision 169387) |
+++ trunk/LayoutTests/inspector/elements/styles/dynamic-style-tag-expected.txt (working copy) |
@@ -1,22 +1,33 @@ |
Tests that different types of inline styles are correctly disambiguated and their sourceURL is correct. |
-Page reloaded. |
Stylesheet added: |
- - isInline: false |
- - sourceURL: |
+ - isInline: true |
+ - sourceURL: dynamic-style-tag.html |
- hasSourceURL: false |
- contents: |
-.inline-style-added-by-parser-in-document-write { |
- color: blue; |
+/* comment */.inline-style-added-by-parser { |
+ color: red; |
} |
Stylesheet added: |
+ - isInline: true |
+ - sourceURL: inlineStyleAddedByParser.css |
+ - hasSourceURL: true |
+ - contents: |
+.inline-style-added-by-parser-with-source-url { |
+ color: green; |
+} |
+/*# sourceURL=inlineStyleAddedByParser.css*/ |
+ |
+Stylesheet added: |
- isInline: false |
- sourceURL: |
- hasSourceURL: false |
- - contents: .inline-style-created-by-script { |
- color: orange; |
+ - contents: |
+.inline-style-added-by-parser-in-document-write { |
+ color: blue; |
} |
+ |
Stylesheet added: |
- isInline: false |
- sourceURL: inlineStyleAddedByDocumentWrite.css |
@@ -29,31 +40,20 @@ |
Stylesheet added: |
- isInline: false |
+ - sourceURL: |
+ - hasSourceURL: false |
+ - contents: .inline-style-created-by-script { |
+ color: orange; |
+} |
+Stylesheet added: |
+ - isInline: false |
- sourceURL: inlineStyleCreatedByScript.css |
- hasSourceURL: true |
- contents: .inline-style-created-by-script-with-source-url { |
color: grey; |
} |
/*# sourceURL=inlineStyleCreatedByScript.css*/ |
-Stylesheet added: |
- - isInline: true |
- - sourceURL: dynamic-style-tag.html |
- - hasSourceURL: false |
- - contents: |
-/* comment */.inline-style-added-by-parser { |
- color: red; |
-} |
- |
-Stylesheet added: |
- - isInline: true |
- - sourceURL: inlineStyleAddedByParser.css |
- - hasSourceURL: true |
- - contents: |
-.inline-style-added-by-parser-with-source-url { |
- color: green; |
-} |
-/*# sourceURL=inlineStyleAddedByParser.css*/ |
- |
+Page reloaded. |
[expanded] |
element.style { () |
color: red; |