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

Unified Diff: LayoutTests/inspector/elements/styles/commit-selector-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/commit-selector-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/commit-selector-expected.txt b/LayoutTests/inspector/elements/styles/commit-selector-expected.txt
index 06210fee6a4f98b1c4c5efaa569b0f9917e53de9..52cb8f20631d3bb73247e3c7a37d2ca9d8150246 100644
--- a/LayoutTests/inspector/elements/styles/commit-selector-expected.txt
+++ b/LayoutTests/inspector/elements/styles/commit-selector-expected.txt
@@ -14,7 +14,6 @@ element.style { ()
div { (user agent stylesheet)
display: block;
-
=== After non-affecting selector modification ===
[expanded]
element.style { ()
@@ -28,7 +27,6 @@ hr, #inspected { (commit-selector.html:4 -> commit-selector.html:4:5)
div { (user agent stylesheet)
display: block;
-
=== After affecting selector modification ===
[expanded]
element.style { ()
@@ -43,4 +41,3 @@ div { (user agent stylesheet)
display: block;
-

Powered by Google App Engine
This is Rietveld 408576698