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

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

Issue 196743008: Revert 169371 "DevTools: defer styles delta calculation to until..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 9 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: 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;

Powered by Google App Engine
This is Rietveld 408576698