| Index: LayoutTests/inspector/elements/styles/dynamic-style-tag-expected.txt
|
| diff --git a/LayoutTests/inspector/elements/styles/dynamic-style-tag-expected.txt b/LayoutTests/inspector/elements/styles/dynamic-style-tag-expected.txt
|
| deleted file mode 100644
|
| index b6c93b9ce1e3eb15d603465c40a6b8a4a3e28d72..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/elements/styles/dynamic-style-tag-expected.txt
|
| +++ /dev/null
|
| @@ -1,88 +0,0 @@
|
| -Tests that different types of inline styles are correctly disambiguated and their sourceURL is correct.
|
| -
|
| -Stylesheet added:
|
| - - isInline: false
|
| - - sourceURL:
|
| - - hasSourceURL: false
|
| - - contents:
|
| -.inline-style-added-by-parser-in-document-write {
|
| - color: blue;
|
| -}
|
| -
|
| -Stylesheet added:
|
| - - isInline: false
|
| - - sourceURL:
|
| - - hasSourceURL: false
|
| - - contents: .inline-style-created-by-script {
|
| - color: orange;
|
| -}
|
| -Stylesheet added:
|
| - - isInline: true
|
| - - sourceURL: dynamic-style-tag.html
|
| - - hasSourceURL: false
|
| - - contents:
|
| -/* comment */.inline-style-added-by-parser {
|
| - color: red;
|
| -}
|
| -
|
| -Stylesheet added:
|
| - - isInline: false
|
| - - sourceURL: inlineStyleAddedByDocumentWrite.css
|
| - - hasSourceURL: true
|
| - - contents:
|
| -.inline-style-added-by-document-write-with-source-url {
|
| - color: yellow;
|
| -}
|
| -/*# sourceURL=inlineStyleAddedByDocumentWrite.css*/
|
| -
|
| -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: inlineStyleCreatedByScript.css
|
| - - hasSourceURL: true
|
| - - contents: .inline-style-created-by-script-with-source-url {
|
| - color: grey;
|
| -}
|
| -/*# sourceURL=inlineStyleCreatedByScript.css*/
|
| -[expanded]
|
| -element.style { ()
|
| - color: red;
|
| -
|
| -[expanded]
|
| -.inline-style-created-by-script-with-source-url { (inlineStyleCrea…ByScript.css:1 -> inlineStyleCreatedByScript.css:1:1)
|
| -/-- overloaded --/ color: grey;
|
| -
|
| -[expanded]
|
| -.inline-style-created-by-script { (<style>…</style>)
|
| -/-- overloaded --/ color: orange;
|
| -
|
| -[expanded]
|
| -.inline-style-added-by-document-write-with-source-url { (inlineStyleAdde…entWrite.css:2 -> inlineStyleAddedByDocumentWrite.css:2:1)
|
| -/-- overloaded --/ color: yellow;
|
| -
|
| -[expanded]
|
| -.inline-style-added-by-parser-in-document-write { (<style>…</style>)
|
| -/-- overloaded --/ color: blue;
|
| -
|
| -[expanded]
|
| -.inline-style-added-by-parser-with-source-url { (inlineStyleAddedByParser.css:2 -> inlineStyleAddedByParser.css:2:1)
|
| -/-- overloaded --/ color: green;
|
| -
|
| -[expanded]
|
| -.inline-style-added-by-parser { (dynamic-style-tag.html:6 -> dynamic-style-tag.html:6:14)
|
| -/-- overloaded --/ color: red;
|
| -
|
| -[expanded]
|
| -div { (user agent stylesheet)
|
| - display: block;
|
| -
|
| -
|
|
|