Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: LayoutTests/inspector/elements/styles/dynamic-style-tag-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
-
-

Powered by Google App Engine
This is Rietveld 408576698