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-3/styles-variables-expected.txt

Issue 1599503002: DevTools: computed properties should copy-paste with delimeters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests Created 4 years, 11 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: third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt
index 879f0956c764c48921628d70f5bfc2914dd12002..53b7485cca5f4d2e3985b08e589f3a28aceff6a1 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt
@@ -1,9 +1,9 @@
Tests that computed styles expand and allow tracing to style rules.
==== Computed style for ID1 ====
---b: 44px
+--b: 44px;
44px - #id1 styles-variables.html:8 -> styles-variables.html:8:1
-display: block
+display: block;
block - div user agent stylesheet
[expanded]
element.style { ()
@@ -18,9 +18,9 @@ div { (user agent stylesheet)
value of --a: red
==== Computed style for ID2 ====
---a: green
+--a: green;
green - #id2 styles-variables.html:12 -> styles-variables.html:12:1
-display: block
+display: block;
block - div user agent stylesheet
[expanded]
element.style { ()
@@ -35,9 +35,9 @@ div { (user agent stylesheet)
value of --b: 44px
==== Computed style for ID3 ====
---a: green
+--a: green;
inherit - #id3 styles-variables.html:16 -> styles-variables.html:16:1
-display: block
+display: block;
block - div user agent stylesheet
[expanded]
element.style { ()

Powered by Google App Engine
This is Rietveld 408576698