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

Unified Diff: LayoutTests/inspector/elements/styles/undo-set-selector-text-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/undo-set-selector-text-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt b/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt
index 8298f7d8d75113df25cc16ccc1771e7cacdd22ba..633352f210700f6e34c66b3fd97014175ca2a83a 100644
--- a/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt
+++ b/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt
@@ -12,7 +12,6 @@ element.style { ()
div { (user agent stylesheet)
display: block;
-
=== After selector modification ===
[expanded]
element.style { ()
@@ -25,7 +24,6 @@ element.style { ()
div { (user agent stylesheet)
display: block;
-
=== After undo ===
[expanded]
element.style { ()
@@ -38,7 +36,6 @@ element.style { ()
div { (user agent stylesheet)
display: block;
-
=== After redo ===
[expanded]
element.style { ()
@@ -52,4 +49,3 @@ div { (user agent stylesheet)
display: block;
-

Powered by Google App Engine
This is Rietveld 408576698