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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests that computed styles expand and allow tracing to style rules.
2
3 ==== Computed style for ID1 ====
4 --b: 44px
5 44px - #id1 styles-variables.html:8 -> styles-variables.html:8:1
6 display: block
7 block - div user agent stylesheet
8 [expanded]
9 element.style { ()
10
11 value of --a: red
12 ==== Computed style for ID2 ====
13 --a: green
14 green - #id2 styles-variables.html:12 -> styles-variables.html:12:1
15 display: block
16 block - div user agent stylesheet
17 [expanded]
18 element.style { ()
19
20 value of --b: 44px
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698