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

Unified Diff: LayoutTests/inspector/elements/styles/styles-add-new-rule-expected.txt

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 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/styles-add-new-rule-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/styles-add-new-rule-expected.txt b/LayoutTests/inspector/elements/styles/styles-add-new-rule-expected.txt
index 5f4e8325655002f79ce85046754adc15b59e7b9c..5067f7f1815c469ab4ac8f50a98ee8b0654cae9d 100644
--- a/LayoutTests/inspector/elements/styles/styles-add-new-rule-expected.txt
+++ b/LayoutTests/inspector/elements/styles/styles-add-new-rule-expected.txt
@@ -15,7 +15,6 @@ foo, [$div#inspected$], bar { (inspector-stylesheet:1 -> inspector-stylesheet:1
[$div$] { (user agent stylesheet)
display: block;
-
After adding new rule (other):
[expanded]
element.style { ()
@@ -28,7 +27,6 @@ div#other { (inspector-stylesheet:5 -> inspector-stylesheet:5:1)
div { (user agent stylesheet)
display: block;
-
[expanded]
element.style { ()
@@ -39,7 +37,6 @@ element.style { ()
div { (user agent stylesheet)
display: block;
-
[expanded]
element.style { ()
@@ -51,4 +48,3 @@ div { (user agent stylesheet)
display: block;
-

Powered by Google App Engine
This is Rietveld 408576698