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

Unified Diff: LayoutTests/inspector-protocol/css/css-add-rule-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-add-rule-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-add-rule-expected.txt b/LayoutTests/inspector-protocol/css/css-add-rule-expected.txt
index 47e9be7db7092a86b6cb92d4a3c5ea8c0bbe1d2f..ddfe191de3b68b704697fda2ff661286c3f61dbb 100644
--- a/LayoutTests/inspector-protocol/css/css-add-rule-expected.txt
+++ b/LayoutTests/inspector-protocol/css/css-add-rule-expected.txt
@@ -68,6 +68,7 @@ Dumping matched rules:
@media (min-width: 1px)
*#test* { regular
}
+Dumping inherited rules:
Running test: testAddRuleToStyleSheetEnding
==== Style sheet text ====
@@ -113,6 +114,7 @@ Dumping matched rules:
*#test* { regular
content: 'EDITED';
}
+Dumping inherited rules:
Running test: testAddRuleToStyleSheetCenter
==== Style sheet text ====
@@ -158,6 +160,7 @@ Dumping matched rules:
@media (min-width: 1px)
*#test* { regular
}
+Dumping inherited rules:
Running test: testAddRuleToRuleEnding
==== Style sheet text ====
@@ -205,6 +208,7 @@ Dumping matched rules:
@media (min-width: 1px)
*#test* { regular
}
+Dumping inherited rules:
Running test: testAddRuleWithFormatting
==== Style sheet text ====
@@ -254,6 +258,7 @@ Dumping matched rules:
@media (min-width: 1px)
*#test* { regular
}
+Dumping inherited rules:
Running test: testAddRuleToMediaRuleBeginning
==== Style sheet text ====
@@ -300,6 +305,7 @@ Dumping matched rules:
@media (min-width: 1px)
*#test* { regular
}
+Dumping inherited rules:
Running test: testAddRuleToMediaRuleCenter
==== Style sheet text ====
@@ -346,6 +352,7 @@ Dumping matched rules:
@media (min-width: 1px)
*#test* { regular
}
+Dumping inherited rules:
Running test: testAddRuleToMediaRuleEnd
==== Style sheet text ====
@@ -392,6 +399,7 @@ Dumping matched rules:
*#test* { regular
content: 'EDITED';
}
+Dumping inherited rules:
Running test: testInvalidRule
Expected protocol error: SyntaxError Rule text is not valid.

Powered by Google App Engine
This is Rietveld 408576698