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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
index 4418ce14e92cbdbb4a7862b9b185d46e8d4ef3c6..60a5d1ffd8d1ad46604c2d9c7118f9fd4d4a852d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
@@ -6,11 +6,11 @@ Dump initial styles:
element.style { ()
[expanded]
-#testDiv { (reattach-after-…-styles.html:7 -> reattach-after-editing-styles.html:7:1)
+#testDiv { (reattach-after-…-styles.html:7 -> reattach-after-editing-styles.html:7:11)
font-family: arial;
[expanded]
-#testDiv { (style.css:1 -> style.css:1:1)
+#testDiv { (style.css:1 -> style.css:1:11)
color: red;
[expanded]
@@ -22,14 +22,14 @@ Dump styles after editing:
element.style { ()
[expanded]
-#testDiv, my-custom-tag { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
+#testDiv, my-custom-tag { (inspector-stylesheet:1 -> inspector-stylesheet:1:26)
[expanded]
-#testDiv { (reattach-after-…-styles.html:7 -> reattach-after-editing-styles.html:7:1)
+#testDiv { (reattach-after-…-styles.html:7 -> reattach-after-editing-styles.html:7:11)
font-family: Helvetica;
[expanded]
-#testDiv { (style.css:1 -> style.css:1:1)
+#testDiv { (style.css:1 -> style.css:1:11)
color: green;
[expanded]
@@ -42,14 +42,14 @@ Dump styles after inspector was reopened:
element.style { ()
[expanded]
-#testDiv, my-custom-tag { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
+#testDiv, my-custom-tag { (inspector-stylesheet:1 -> inspector-stylesheet:1:26)
[expanded]
-#testDiv { (reattach-after-…-styles.html:7 -> reattach-after-editing-styles.html:7:1)
+#testDiv { (reattach-after-…-styles.html:7 -> reattach-after-editing-styles.html:7:11)
font-family: Helvetica;
[expanded]
-#testDiv { (style.css:1 -> style.css:1:1)
+#testDiv { (style.css:1 -> style.css:1:11)
color: green;
[expanded]
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698