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

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

Issue 1252933003: Shrink SVG paint-order to take less bits (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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-composite: source-over 9 -webkit-background-composite: source-over
10 -webkit-background-origin: padding-box 10 -webkit-background-origin: padding-box
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 overflow-wrap: normal 217 overflow-wrap: normal
218 overflow-x: visible 218 overflow-x: visible
219 overflow-y: visible 219 overflow-y: visible
220 padding-bottom: 0px 220 padding-bottom: 0px
221 padding-left: 0px 221 padding-left: 0px
222 padding-right: 0px 222 padding-right: 0px
223 padding-top: 0px 223 padding-top: 0px
224 page-break-after: auto 224 page-break-after: auto
225 page-break-before: auto 225 page-break-before: auto
226 page-break-inside: auto 226 page-break-inside: auto
227 paint-order: fill stroke markers 227 paint-order: normal
228 perspective: none 228 perspective: none
229 perspective-origin: 0px 0px 229 perspective-origin: 0px 0px
230 pointer-events: auto 230 pointer-events: auto
231 position: static 231 position: static
232 r: 0px 232 r: 0px
233 resize: none 233 resize: none
234 right: auto 234 right: auto
235 rotate: 0deg 235 rotate: 0deg
236 rx: 0px 236 rx: 0px
237 ry: 0px 237 ry: 0px
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 word-wrap: normal 297 word-wrap: normal
298 writing-mode: lr-tb 298 writing-mode: lr-tb
299 x: 0px 299 x: 0px
300 y: 0px 300 y: 0px
301 z-index: auto 301 z-index: auto
302 zoom: 1 302 zoom: 1
303 PASS successfullyParsed is true 303 PASS successfullyParsed is true
304 304
305 TEST COMPLETE 305 TEST COMPLETE
306 306
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698