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

Unified Diff: LayoutTests/inspector/elements/styles/style-rule-from-imported-stylesheet-expected.txt

Issue 313083005: DevTools: Show rules from imported stylesheets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added a test Created 6 years, 6 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/style-rule-from-imported-stylesheet-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/style-rule-from-imported-stylesheet-expected.txt b/LayoutTests/inspector/elements/styles/style-rule-from-imported-stylesheet-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b8d4403f1475e4a8bfd4da19b84ea32020fe0777
--- /dev/null
+++ b/LayoutTests/inspector/elements/styles/style-rule-from-imported-stylesheet-expected.txt
@@ -0,0 +1,16 @@
+Tests that rules from imported stylesheets are correctly shown in inspector.
+
+ [expanded]
+element.style { ()
+
+[expanded]
+.square { (imported-stylesheet.css:1 -> imported-stylesheet.css:1:1)
+background-color: red;
+display: inline-block;
+
+[expanded]
+div { (user agent stylesheet)
+/-- overloaded --/ display: block;
+
+
+

Powered by Google App Engine
This is Rietveld 408576698