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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles/undo-change-property-expected.txt

Issue 2543323003: DevTools: [SSP] make rule link to point to the style open bracket (Closed)
Patch Set: rebaseline Created 4 years 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: third_party/WebKit/LayoutTests/inspector/elements/styles/undo-change-property-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-change-property-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-change-property-expected.txt
index e298b17ae496ff387cf3ba3397ca8cefd0886d41..1adc1a7ea862c3cf5569d6d44caf2f99db776a07 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-change-property-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-change-property-expected.txt
@@ -5,7 +5,7 @@ Initial value
element.style { ()
[expanded]
-.container { (undo-change-property.html:7 -> undo-change-property.html:7:1)
+.container { (undo-change-property.html:7 -> undo-change-property.html:7:13)
font-weight: bold;
[expanded]
@@ -17,7 +17,7 @@ After changing property
element.style { ()
[expanded]
-.container { (undo-change-property.html:7 -> undo-change-property.html:7:1)
+.container { (undo-change-property.html:7 -> undo-change-property.html:7:13)
font-weight: normal;
[expanded]
@@ -29,7 +29,7 @@ After undo
element.style { ()
[expanded]
-.container { (undo-change-property.html:7 -> undo-change-property.html:7:1)
+.container { (undo-change-property.html:7 -> undo-change-property.html:7:13)
font-weight: bold;
[expanded]
@@ -41,7 +41,7 @@ After redo
element.style { ()
[expanded]
-.container { (undo-change-property.html:7 -> undo-change-property.html:7:1)
+.container { (undo-change-property.html:7 -> undo-change-property.html:7:13)
font-weight: normal;
[expanded]

Powered by Google App Engine
This is Rietveld 408576698