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

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: Nicer test. 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:14 -> styles-variables.html:14:1
pfeldman 2015/12/16 00:44:16 This test is going to be vulnerable to changes unr
6 background-attachment: scroll
7 initial - #id1 styles-variables.html:25 -> styles-variables.html:25:1
8 background-clip: border-box
9 initial - #id1 styles-variables.html:25 -> styles-variables.html:25:1
10 background-color: rgb(128, 128, 128)
11 grey - #id1 styles-variables.html:25 -> styles-variables.html:25:1
12 OVERLOADED black - #id1 styles-variables.html:20 -> styles-variables.html:20 :1
13 OVERLOADED green - #id1 styles-variables.html:14 -> styles-variables.html:14 :1
14 background-image: none
15 initial - #id1 styles-variables.html:25 -> styles-variables.html:25:1
16 background-origin: padding-box
17 initial - #id1 styles-variables.html:25 -> styles-variables.html:25:1
18 background-size: auto
19 initial - #id1 styles-variables.html:25 -> styles-variables.html:25:1
20 display: block
21 block - div user agent stylesheet
22 font-family: Courier
23 Courier - #id1 styles-variables.html:20 -> styles-variables.html:20:1
24 OVERLOADED Times - #id1 styles-variables.html:14 -> styles-variables.html:14 :1
25 OVERLOADED Arial - body styles-variables.html:4 -> styles-variables.html:4:1
26 text-decoration: underline solid rgb(0, 0, 0)
27 underline - div styles-variables.html:10 -> styles-variables.html:10:1
28 text-decoration-color: rgb(0, 0, 0)
29 initial - div styles-variables.html:10 -> styles-variables.html:10:1
30 text-decoration-line: underline
31 underline - div styles-variables.html:10 -> styles-variables.html:10:1
32 text-decoration-style: solid
33 initial - div styles-variables.html:10 -> styles-variables.html:10:1
34 [expanded]
35 element.style { ()
36
37 value of --a: red
38 ==== Computed style for ID2 ====
39 --a: green
40 green - #id2 styles-variables.html:29 -> styles-variables.html:29:1
41 background-color: rgb(0, 0, 255)
42 blue - #id2 styles-variables.html:29 -> styles-variables.html:29:1
43 display: block
44 block - div user agent stylesheet
45 font-family: Courier
46 Courier - #id2 styles-variables.html:29 -> styles-variables.html:29:1
47 OVERLOADED Courier - #id1 styles-variables.html:20 -> styles-variables.html: 20:1
48 OVERLOADED Times - #id1 styles-variables.html:14 -> styles-variables.html:14 :1
49 OVERLOADED Arial - body styles-variables.html:4 -> styles-variables.html:4:1
50 text-decoration: underline solid rgb(0, 0, 0)
51 underline - div styles-variables.html:10 -> styles-variables.html:10:1
52 text-decoration-color: rgb(0, 0, 0)
53 initial - div styles-variables.html:10 -> styles-variables.html:10:1
54 text-decoration-line: underline
55 underline - div styles-variables.html:10 -> styles-variables.html:10:1
56 text-decoration-style: solid
57 initial - div styles-variables.html:10 -> styles-variables.html:10:1
58 [expanded]
59 element.style { ()
60
61 value of --b: 44px
62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698