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

Unified Diff: LayoutTests/inspector/styles/shadow-dom-rules-expected.txt

Issue 23629018: DevTools: show styles for shadow dom elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix inspector-enabled test Created 7 years, 2 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
« no previous file with comments | « LayoutTests/inspector/styles/shadow-dom-rules.html ('k') | Source/core/css/InspectorCSSOMWrappers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/styles/shadow-dom-rules-expected.txt
diff --git a/LayoutTests/inspector/styles/shadow-dom-rules-expected.txt b/LayoutTests/inspector/styles/shadow-dom-rules-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..acb1e62d27d5f9a38a179ac2f79ae63ed2bbcf34
--- /dev/null
+++ b/LayoutTests/inspector/styles/shadow-dom-rules-expected.txt
@@ -0,0 +1,19 @@
+This test checks that style sheets hosted inside shadow roots could be inspected.
+
+
+Running: testInit
+
+Running: testDumpStyles
+[expanded]
+element.style { ()
+
+[expanded]
+.red { ()
+color: red;
+
+[expanded]
+div { (user agent stylesheet)
+display: block;
+
+
+
« no previous file with comments | « LayoutTests/inspector/styles/shadow-dom-rules.html ('k') | Source/core/css/InspectorCSSOMWrappers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698