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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt

Issue 1521323002: Show custom properties in the computed style pane of the inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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-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
new file mode 100644
index 0000000000000000000000000000000000000000..4de87824b50937ac2cd5d2b4230eb79e3ace4162
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-variables-expected.txt
@@ -0,0 +1,21 @@
+Tests that computed styles expand and allow tracing to style rules.
+
+==== Computed style for ID1 ====
+--b: 44px
+ 44px - #id1 styles-variables.html:8 -> styles-variables.html:8:1
+display: block
+ block - div user agent stylesheet
+[expanded]
+element.style { ()
+
+value of --a: red
+==== Computed style for ID2 ====
+--a: green
+ green - #id2 styles-variables.html:12 -> styles-variables.html:12:1
+display: block
+ block - div user agent stylesheet
+[expanded]
+element.style { ()
+
+value of --b: 44px
+

Powered by Google App Engine
This is Rietveld 408576698