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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt

Issue 13871003: Fixing getComputedStyle to return pixel values for left / right / top / bottom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing a const issue. Created 7 years, 8 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 Attributes that are exposed in the CSS computed style object: 1 Attributes that are exposed in the CSS computed style object:
2 2
3 background-attachment: scroll; 3 background-attachment: scroll;
4 background-clip: border-box; 4 background-clip: border-box;
5 background-color: rgba(0, 0, 0, 0); 5 background-color: rgba(0, 0, 0, 0);
6 background-image: none; 6 background-image: none;
7 background-origin: padding-box; 7 background-origin: padding-box;
8 background-position: 0% 0%; 8 background-position: 0% 0%;
9 background-repeat: repeat; 9 background-repeat: repeat;
10 background-size: auto; 10 background-size: auto;
(...skipping 12 matching lines...) Expand all
23 border-left-style: none; 23 border-left-style: none;
24 border-left-width: 0px; 24 border-left-width: 0px;
25 border-right-color: rgb(0, 0, 0); 25 border-right-color: rgb(0, 0, 0);
26 border-right-style: none; 26 border-right-style: none;
27 border-right-width: 0px; 27 border-right-width: 0px;
28 border-top-color: rgb(0, 0, 0); 28 border-top-color: rgb(0, 0, 0);
29 border-top-left-radius: 0px; 29 border-top-left-radius: 0px;
30 border-top-right-radius: 0px; 30 border-top-right-radius: 0px;
31 border-top-style: none; 31 border-top-style: none;
32 border-top-width: 0px; 32 border-top-width: 0px;
33 bottom: auto; 33 bottom: 16px;
34 box-shadow: none; 34 box-shadow: none;
35 box-sizing: content-box; 35 box-sizing: content-box;
36 caption-side: top; 36 caption-side: top;
37 clear: none; 37 clear: none;
38 clip: auto; 38 clip: auto;
39 color: rgb(0, 0, 0); 39 color: rgb(0, 0, 0);
40 cursor: auto; 40 cursor: auto;
41 direction: ltr; 41 direction: ltr;
42 display: block; 42 display: block;
43 empty-cells: show; 43 empty-cells: show;
44 float: none; 44 float: none;
45 font-size: 16px; 45 font-size: 16px;
46 font-style: normal; 46 font-style: normal;
47 font-variant: normal; 47 font-variant: normal;
48 font-weight: normal; 48 font-weight: normal;
49 height: 576px; 49 height: 576px;
50 image-rendering: auto; 50 image-rendering: auto;
51 left: auto; 51 left: -8px;
52 letter-spacing: normal; 52 letter-spacing: normal;
53 line-height: normal; 53 line-height: normal;
54 list-style-image: none; 54 list-style-image: none;
55 list-style-position: outside; 55 list-style-position: outside;
56 list-style-type: disc; 56 list-style-type: disc;
57 margin-bottom: 8px; 57 margin-bottom: 8px;
58 margin-left: 8px; 58 margin-left: 8px;
59 margin-right: 8px; 59 margin-right: 8px;
60 margin-top: 8px; 60 margin-top: 8px;
61 max-height: none; 61 max-height: none;
(...skipping 10 matching lines...) Expand all
72 padding-bottom: 0px; 72 padding-bottom: 0px;
73 padding-left: 0px; 73 padding-left: 0px;
74 padding-right: 0px; 74 padding-right: 0px;
75 padding-top: 0px; 75 padding-top: 0px;
76 page-break-after: auto; 76 page-break-after: auto;
77 page-break-before: auto; 77 page-break-before: auto;
78 page-break-inside: auto; 78 page-break-inside: auto;
79 pointer-events: auto; 79 pointer-events: auto;
80 position: static; 80 position: static;
81 resize: none; 81 resize: none;
82 right: auto; 82 right: 8px;
83 speak: normal; 83 speak: normal;
84 table-layout: auto; 84 table-layout: auto;
85 tab-size: 8; 85 tab-size: 8;
86 text-align: start; 86 text-align: start;
87 text-decoration: none; 87 text-decoration: none;
88 text-indent: 0px; 88 text-indent: 0px;
89 text-rendering: auto; 89 text-rendering: auto;
90 text-shadow: none; 90 text-shadow: none;
91 text-overflow: clip; 91 text-overflow: clip;
92 text-transform: none; 92 text-transform: none;
93 top: auto; 93 top: -8px;
94 unicode-bidi: normal; 94 unicode-bidi: normal;
95 vertical-align: baseline; 95 vertical-align: baseline;
96 visibility: visible; 96 visibility: visible;
97 white-space: normal; 97 white-space: normal;
98 widows: auto; 98 widows: auto;
99 width: 784px; 99 width: 784px;
100 word-break: normal; 100 word-break: normal;
101 word-spacing: 0px; 101 word-spacing: 0px;
102 word-wrap: normal; 102 word-wrap: normal;
103 z-index: auto; 103 z-index: auto;
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 250
251 Other attributes that the computed style class supports: 251 Other attributes that the computed style class supports:
252 252
253 background-position-x: 0%; 253 background-position-x: 0%;
254 background-position-y: 0%; 254 background-position-y: 0%;
255 border-spacing: 0px 0px; 255 border-spacing: 0px 0px;
256 overflow: visible; 256 overflow: visible;
257 -webkit-mask-position-x: 0%; 257 -webkit-mask-position-x: 0%;
258 -webkit-mask-position-y: 0%; 258 -webkit-mask-position-y: 0%;
259 259
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698