| OLD | NEW |
| 1 Tests that different types of inline styles are correctly disambiguated and thei
r sourceURL is correct. | 1 Tests that different types of inline styles are correctly disambiguated and thei
r sourceURL is correct. |
| 2 | 2 |
| 3 Stylesheet added: | 3 Stylesheet added: |
| 4 - isInline: true | 4 - isInline: true |
| 5 - sourceURL: dynamic-style-tag.html | 5 - sourceURL: dynamic-style-tag.html |
| 6 - hasSourceURL: false | 6 - hasSourceURL: false |
| 7 - contents: | 7 - contents: |
| 8 /* comment */.inline-style-added-by-parser { | 8 /* comment */.inline-style-added-by-parser { |
| 9 color: red; | 9 color: red; |
| 10 } | 10 } |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 color: grey; | 53 color: grey; |
| 54 } | 54 } |
| 55 /*# sourceURL=inlineStyleCreatedByScript.css*/ | 55 /*# sourceURL=inlineStyleCreatedByScript.css*/ |
| 56 Page reloaded. | 56 Page reloaded. |
| 57 [expanded] | 57 [expanded] |
| 58 element.style { () | 58 element.style { () |
| 59 color: red; | 59 color: red; |
| 60 | 60 |
| 61 ======== Matched CSS Rules ======== | 61 ======== Matched CSS Rules ======== |
| 62 [expanded] | 62 [expanded] |
| 63 .inline-style-created-by-script-with-source-url { (inlineStyleCreatedByScript.c
ss:1 -> inlineStyleCreatedByScript.css:1:1) | 63 .inline-style-created-by-script-with-source-url { (inlineStyleCrea…ByScript.css
:1 -> inlineStyleCreatedByScript.css:1:1) |
| 64 /-- overloaded --/ color: grey; | 64 /-- overloaded --/ color: grey; |
| 65 | 65 |
| 66 [expanded] | 66 [expanded] |
| 67 .inline-style-created-by-script { () | 67 .inline-style-created-by-script { () |
| 68 /-- overloaded --/ color: orange; | 68 /-- overloaded --/ color: orange; |
| 69 | 69 |
| 70 [expanded] | 70 [expanded] |
| 71 .inline-style-added-by-document-write-with-source-url { (inlineStyleAddedByDocu
mentWrite.css:2 -> inlineStyleAddedByDocumentWrite.css:2:1) | 71 .inline-style-added-by-document-write-with-source-url { (inlineStyleAdde…entWri
te.css:2 -> inlineStyleAddedByDocumentWrite.css:2:1) |
| 72 /-- overloaded --/ color: yellow; | 72 /-- overloaded --/ color: yellow; |
| 73 | 73 |
| 74 [expanded] | 74 [expanded] |
| 75 .inline-style-added-by-parser-in-document-write { () | 75 .inline-style-added-by-parser-in-document-write { () |
| 76 /-- overloaded --/ color: blue; | 76 /-- overloaded --/ color: blue; |
| 77 | 77 |
| 78 [expanded] | 78 [expanded] |
| 79 .inline-style-added-by-parser-with-source-url { () | 79 .inline-style-added-by-parser-with-source-url { () |
| 80 /-- overloaded --/ color: green; | 80 /-- overloaded --/ color: green; |
| 81 | 81 |
| 82 [expanded] | 82 [expanded] |
| 83 .inline-style-added-by-parser { (dynamic-style-tag.html:6 -> dynamic-style-tag.
html:6:14) | 83 .inline-style-added-by-parser { (dynamic-style-tag.html:6 -> dynamic-style-tag.
html:6:14) |
| 84 /-- overloaded --/ color: red; | 84 /-- overloaded --/ color: red; |
| 85 | 85 |
| 86 [expanded] | 86 [expanded] |
| 87 div { (user agent stylesheet) | 87 div { (user agent stylesheet) |
| 88 display: block; | 88 display: block; |
| 89 | 89 |
| 90 | 90 |
| 91 | 91 |
| OLD | NEW |