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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/add-import-rule-expected.txt

Issue 2319533004: Removed m_isSettingStyleSheetText from InspectorCSSAgent. (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/LayoutTests/inspector/elements/styles-2/add-import-rule-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/add-import-rule-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/add-import-rule-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..282273a404a938f8b31ecffe3c474f900367656a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/add-import-rule-expected.txt
@@ -0,0 +1,21 @@
+
+== Matched rules before @import added ==
+
+[expanded]
+element.style { ()
+
+[expanded]
+span { (add-import-rule.html:4 -> add-import-rule.html:4:8)
+ color: red;
+
+
+== Matched rules after @import added ==
+
+[expanded]
+element.style { ()
+
+[expanded]
+span { (data:text/css,s…color:green}:1 -> data:text/css,span{color:green}:1:1)
+ color: green;
+
+

Powered by Google App Engine
This is Rietveld 408576698