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

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

Issue 2247773004: [WIP] CSS Motion Path: offset-anchor and offset-position Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: offsetAnchor Created 4 years, 3 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 marker-mid: none 197 marker-mid: none
198 marker-start: none 198 marker-start: none
199 mask: none 199 mask: none
200 mask-source-type: alpha 200 mask-source-type: alpha
201 mask-type: luminance 201 mask-type: luminance
202 max-height: none 202 max-height: none
203 max-width: none 203 max-width: none
204 min-height: 0px 204 min-height: 0px
205 min-width: 0px 205 min-width: 0px
206 mix-blend-mode: normal 206 mix-blend-mode: normal
207 motion-offset: 0px
208 motion-path: none
209 motion-rotation: auto 0deg
210 object-fit: fill 207 object-fit: fill
211 object-position: 50% 50% 208 object-position: 50% 50%
209 offset-anchor: auto
210 offset-distance: 0px
211 offset-path: none
212 offset-position: auto
213 offset-rotation: auto 0deg
212 opacity: 1 214 opacity: 1
213 order: 0 215 order: 0
214 orphans: 2 216 orphans: 2
215 outline-color: rgb(0, 0, 0) 217 outline-color: rgb(0, 0, 0)
216 outline-offset: 0px 218 outline-offset: 0px
217 outline-style: none 219 outline-style: none
218 outline-width: 0px 220 outline-width: 0px
219 overflow: visible 221 overflow: visible
220 overflow-wrap: normal 222 overflow-wrap: normal
221 overflow-x: visible 223 overflow-x: visible
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 word-wrap: normal 301 word-wrap: normal
300 writing-mode: horizontal-tb 302 writing-mode: horizontal-tb
301 x: 0px 303 x: 0px
302 y: 0px 304 y: 0px
303 z-index: auto 305 z-index: auto
304 zoom: 1 306 zoom: 1
305 PASS successfullyParsed is true 307 PASS successfullyParsed is true
306 308
307 TEST COMPLETE 309 TEST COMPLETE
308 310
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698