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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/css/getComputedStyle-listing-expected.txt

Issue 1820773002: getComputedStyle() should return used value for 'line-height' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 This test documents all computed styles on an SVG rect element. 1 This test documents all computed styles on an SVG rect element.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 -webkit-app-region: no-drag 6 -webkit-app-region: no-drag
7 -webkit-appearance: none 7 -webkit-appearance: none
8 -webkit-background-clip: border-box 8 -webkit-background-clip: border-box
9 -webkit-background-origin: padding-box 9 -webkit-background-origin: padding-box
10 -webkit-border-horizontal-spacing: 0px 10 -webkit-border-horizontal-spacing: 0px
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 height: auto 177 height: auto
178 image-orientation: 0deg 178 image-orientation: 0deg
179 image-rendering: auto 179 image-rendering: auto
180 isolation: auto 180 isolation: auto
181 justify-content: normal 181 justify-content: normal
182 justify-items: start 182 justify-items: start
183 justify-self: start 183 justify-self: start
184 left: auto 184 left: auto
185 letter-spacing: normal 185 letter-spacing: normal
186 lighting-color: rgb(255, 255, 255) 186 lighting-color: rgb(255, 255, 255)
187 line-height: normal
188 list-style-image: none 187 list-style-image: none
189 list-style-position: outside 188 list-style-position: outside
190 list-style-type: disc 189 list-style-type: disc
191 margin-bottom: 0px 190 margin-bottom: 0px
192 margin-left: 0px 191 margin-left: 0px
193 margin-right: 0px 192 margin-right: 0px
194 margin-top: 0px 193 margin-top: 0px
195 marker-end: none 194 marker-end: none
196 marker-mid: none 195 marker-mid: none
197 marker-start: none 196 marker-start: none
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 word-wrap: normal 295 word-wrap: normal
297 writing-mode: horizontal-tb 296 writing-mode: horizontal-tb
298 x: 0px 297 x: 0px
299 y: 0px 298 y: 0px
300 z-index: auto 299 z-index: auto
301 zoom: 1 300 zoom: 1
302 PASS successfullyParsed is true 301 PASS successfullyParsed is true
303 302
304 TEST COMPLETE 303 TEST COMPLETE
305 304
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698