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

Unified Diff: LayoutTests/inspector/elements/styles/styles-disable-then-change-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-disable-then-change-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/styles-disable-then-change-expected.txt b/LayoutTests/inspector/elements/styles/styles-disable-then-change-expected.txt
index 886ff806e522c86ada37a9a06d44ba06bbe26ee9..aa5cd5e7f52e017e6688ad28299e4d862c824740 100644
--- a/LayoutTests/inspector/elements/styles/styles-disable-then-change-expected.txt
+++ b/LayoutTests/inspector/elements/styles/styles-disable-then-change-expected.txt
@@ -5,17 +5,14 @@ Before disable
element.style { ()
font-weight: bold;
-
After disable
[expanded]
element.style { ()
/-- overloaded --/ /-- disabled --/ /* font-weight: bold; */
-
After change
[expanded]
element.style { ()
color: green;
-

Powered by Google App Engine
This is Rietveld 408576698