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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-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 unified diff | Download patch
OLDNEW
1 Tests that computed styles expand and allow tracing to style rules. 1 Tests that computed styles expand and allow tracing to style rules.
2 2
3 ==== Computed style for ID1 ==== 3 ==== Computed style for ID1 ====
4 background-attachment: scroll 4 background-attachment: scroll;
5 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 5 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
6 background-clip: border-box 6 background-clip: border-box;
7 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 7 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
8 background-color: rgb(128, 128, 128) 8 background-color: rgb(128, 128, 128);
9 gray - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1 9 gray - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
10 OVERLOADED black - #id1 styles-computed-trace.html:18 -> styles-computed-tra ce.html:18:1 10 OVERLOADED black - #id1 styles-computed-trace.html:18 -> styles-computed-tra ce.html:18:1
11 OVERLOADED green - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1 11 OVERLOADED green - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1
12 background-image: none 12 background-image: none;
13 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 13 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
14 background-origin: padding-box 14 background-origin: padding-box;
15 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 15 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
16 background-size: auto 16 background-size: auto;
17 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1 17 initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:2 3:1
18 display: block 18 display: block;
19 block - div user agent stylesheet 19 block - div user agent stylesheet
20 font-family: Courier 20 font-family: Courier;
21 Courier - #id1 styles-computed-trace.html:18 -> styles-computed-trace.html:1 8:1 21 Courier - #id1 styles-computed-trace.html:18 -> styles-computed-trace.html:1 8:1
22 OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1 22 OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1
23 OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trac e.html:4:1 23 OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trac e.html:4:1
24 text-decoration: underline solid rgb(0, 0, 0) 24 text-decoration: underline solid rgb(0, 0, 0);
25 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1 25 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
26 text-decoration-color: rgb(0, 0, 0) 26 text-decoration-color: rgb(0, 0, 0);
27 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 27 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
28 text-decoration-line: underline 28 text-decoration-line: underline;
29 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1 29 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
30 text-decoration-style: solid 30 text-decoration-style: solid;
31 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 31 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
32 [expanded] 32 [expanded]
33 element.style { () 33 element.style { ()
34 34
35 ==== Computed style for ID2 ==== 35 ==== Computed style for ID2 ====
36 background-color: rgb(0, 0, 255) 36 background-color: rgb(0, 0, 255);
37 blue - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:27:1 37 blue - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:27:1
38 display: block 38 display: block;
39 block - div user agent stylesheet 39 block - div user agent stylesheet
40 font-family: Courier 40 font-family: Courier;
41 Courier - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:2 7:1 41 Courier - #id2 styles-computed-trace.html:27 -> styles-computed-trace.html:2 7:1
42 OVERLOADED Courier - #id1 styles-computed-trace.html:18 -> styles-computed-t race.html:18:1 42 OVERLOADED Courier - #id1 styles-computed-trace.html:18 -> styles-computed-t race.html:18:1
43 OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1 43 OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-tra ce.html:13:1
44 OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trac e.html:4:1 44 OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trac e.html:4:1
45 text-decoration: underline solid rgb(0, 0, 0) 45 text-decoration: underline solid rgb(0, 0, 0);
46 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1 46 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
47 text-decoration-color: rgb(0, 0, 0) 47 text-decoration-color: rgb(0, 0, 0);
48 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 48 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
49 text-decoration-line: underline 49 text-decoration-line: underline;
50 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1 50 underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9 :1
51 text-decoration-style: solid 51 text-decoration-style: solid;
52 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1 52 initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
53 [expanded] 53 [expanded]
54 element.style { () 54 element.style { ()
55 55
56 ==== Style for ID3 ==== 56 ==== Style for ID3 ====
57 [expanded] 57 [expanded]
58 element.style { () 58 element.style { ()
59 59
60 [expanded] 60 [expanded]
61 button[Attributes Style] { () 61 button[Attributes Style] { ()
62 display: none; 62 display: none;
63 63
64 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698