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

Unified Diff: LayoutTests/inspector-protocol/css/css-shadow-dom-inherits-styles-expected.txt

Issue 1182483004: DevTools: [CSS] getMatchedStylesForNode should return styles inherited through shadow boundary (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 5 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-protocol/css/css-shadow-dom-inherits-styles-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-shadow-dom-inherits-styles-expected.txt b/LayoutTests/inspector-protocol/css/css-shadow-dom-inherits-styles-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5f06128ea57928bfeefabfd6d10944c947061299
--- /dev/null
+++ b/LayoutTests/inspector-protocol/css/css-shadow-dom-inherits-styles-expected.txt
@@ -0,0 +1,6 @@
+Dumping matched rules:
+Dumping inherited rules:
+*body* { regular
+ color: blue;
+}
+

Powered by Google App Engine
This is Rietveld 408576698