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

Side by Side Diff: LayoutTests/inspector/elements/styles/styles-computed-trace-expected.txt

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 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 -webkit-background-clip: border-box; 4 -webkit-background-clip: border-box;
5 -webkit-background-origin: padding-box; 5 -webkit-background-origin: padding-box;
6 -webkit-background-size: auto; 6 -webkit-background-size: auto;
7 background-attachment: scroll; 7 background-attachment: scroll;
8 background-clip: border-box; 8 background-clip: border-box;
9 background-color: rgb(128, 128, 128); 9 background-color: rgb(128, 128, 128);
10 background-image: none; 10 background-image: none;
11 background-origin: padding-box; 11 background-origin: padding-box;
12 background-size: auto; 12 background-size: auto;
13 display: block; 13 display: block;
14 font-family: Courier; 14 font-family: Courier;
15 text-decoration: underline solid rgb(0, 0, 0); 15 text-decoration: underline solid rgb(0, 0, 0);
16 text-decoration-color: rgb(0, 0, 0); 16 text-decoration-color: rgb(0, 0, 0);
17 text-decoration-line: underline; 17 text-decoration-line: underline;
18 text-decoration-style: solid; 18 text-decoration-style: solid;
19 [expanded] 19 [expanded]
20 element.style { () 20 element.style { ()
21 21
22
23 ==== Computed style for ID2 ==== 22 ==== Computed style for ID2 ====
24 background-color: rgb(0, 0, 255); 23 background-color: rgb(0, 0, 255);
25 display: block; 24 display: block;
26 font-family: Courier; 25 font-family: Courier;
27 text-decoration: underline solid rgb(0, 0, 0); 26 text-decoration: underline solid rgb(0, 0, 0);
28 text-decoration-color: rgb(0, 0, 0); 27 text-decoration-color: rgb(0, 0, 0);
29 text-decoration-line: underline; 28 text-decoration-line: underline;
30 text-decoration-style: solid; 29 text-decoration-style: solid;
31 [expanded] 30 [expanded]
32 element.style { () 31 element.style { ()
33 32
34
35 ==== Style for ID3 ==== 33 ==== Style for ID3 ====
36 [expanded] 34 [expanded]
37 element.style { () 35 element.style { ()
38 36
39 [expanded] 37 [expanded]
40 button[Attributes Style] { () 38 button[Attributes Style] { ()
41 display: none; 39 display: none;
42 40
43 41
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698