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

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

Issue 1189583009: CSS: Include motion properties in computed style list (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: svg/css Created 5 years, 6 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 marker-mid: none 194 marker-mid: none
195 marker-start: none 195 marker-start: none
196 mask: none 196 mask: none
197 mask-source-type: alpha 197 mask-source-type: alpha
198 mask-type: luminance 198 mask-type: luminance
199 max-height: none 199 max-height: none
200 max-width: none 200 max-width: none
201 min-height: 0px 201 min-height: 0px
202 min-width: 0px 202 min-width: 0px
203 mix-blend-mode: normal 203 mix-blend-mode: normal
204 motion-offset: 0px
205 motion-path: none
206 motion-rotation: auto 0deg
204 object-fit: fill 207 object-fit: fill
205 object-position: 50% 50% 208 object-position: 50% 50%
206 opacity: 1 209 opacity: 1
207 order: 0 210 order: 0
208 orphans: auto 211 orphans: auto
209 outline-color: rgb(0, 0, 0) 212 outline-color: rgb(0, 0, 0)
210 outline-offset: 0px 213 outline-offset: 0px
211 outline-style: none 214 outline-style: none
212 outline-width: 0px 215 outline-width: 0px
213 overflow: visible 216 overflow: visible
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 word-wrap: normal 294 word-wrap: normal
292 writing-mode: lr-tb 295 writing-mode: lr-tb
293 x: 0px 296 x: 0px
294 y: 0px 297 y: 0px
295 z-index: auto 298 z-index: auto
296 zoom: 1 299 zoom: 1
297 PASS successfullyParsed is true 300 PASS successfullyParsed is true
298 301
299 TEST COMPLETE 302 TEST COMPLETE
300 303
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698