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

Unified Diff: LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt

Issue 666883002: DevTools: [CSS] cache lineEndings in InspectorStyleSheet (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: get rid of pointer magic Created 6 years, 2 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/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt b/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
index 93353681da274b4b0626e2d086d256731ba670ba..8780fb57e6c6a75c8ed6a8eabddd844da385261d 100644
--- a/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
+++ b/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles-expected.txt
@@ -19,6 +19,9 @@ Dump styles after editing:
element.style { ()
[expanded]
+#testDiv, my-custom-tag { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
+
+[expanded]
#testDiv { (style.css:1 -> style.css:1:1)
color: green;
@@ -33,6 +36,9 @@ Dump styles after inspector was reopened:
element.style { ()
[expanded]
+#testdiv, my-custom-tag { ()
+
+[expanded]
#testDiv { (style.css:1 -> style.css:1:1)
color: green;

Powered by Google App Engine
This is Rietveld 408576698