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

Unified Diff: LayoutTests/inspector-protocol/css/css-create-stylesheet-and-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-create-stylesheet-and-add-rule-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt b/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt
index ab96e8d39015808c056a0dc8be3fddbe0cc0f2ce..4deded6fcad3201a9cd3899bdd404352adc7564d 100644
--- a/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt
+++ b/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt
@@ -4,6 +4,7 @@ Dumping matched rules:
*#inspected* { regular
color: red;
}
+Dumping inherited rules:
Adding a rule to the existing stylesheet.
==== Style sheet text ====
#inspected {}#inspected {
@@ -15,6 +16,7 @@ Dumping matched rules:
*#inspected* { regular
color: red;
}
+Dumping inherited rules:
Creating inspector stylesheet.
Style sheet added: inspector
Adding a rule to the inspector stylesheet.
@@ -28,4 +30,5 @@ Dumping matched rules:
}
*#inspected* { inspector
}
+Dumping inherited rules:

Powered by Google App Engine
This is Rietveld 408576698