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

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

Issue 2169343002: Initial value for mask-repeat property should be no-repeat (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test case results Created 4 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-origin: padding-box 9 -webkit-background-origin: padding-box
10 -webkit-border-horizontal-spacing: 0px 10 -webkit-border-horizontal-spacing: 0px
(...skipping 24 matching lines...) Expand all
35 -webkit-mask-box-image-slice: 0 fill 35 -webkit-mask-box-image-slice: 0 fill
36 -webkit-mask-box-image-source: none 36 -webkit-mask-box-image-source: none
37 -webkit-mask-box-image-width: auto 37 -webkit-mask-box-image-width: auto
38 -webkit-mask-clip: border-box 38 -webkit-mask-clip: border-box
39 -webkit-mask-composite: source-over 39 -webkit-mask-composite: source-over
40 -webkit-mask-image: none 40 -webkit-mask-image: none
41 -webkit-mask-origin: border-box 41 -webkit-mask-origin: border-box
42 -webkit-mask-position: 0% 0% 42 -webkit-mask-position: 0% 0%
43 -webkit-mask-position-x: 0% 43 -webkit-mask-position-x: 0%
44 -webkit-mask-position-y: 0% 44 -webkit-mask-position-y: 0%
45 -webkit-mask-repeat: repeat 45 -webkit-mask-repeat: no-repeat
46 -webkit-mask-size: auto 46 -webkit-mask-size: auto
47 -webkit-print-color-adjust: economy 47 -webkit-print-color-adjust: economy
48 -webkit-rtl-ordering: logical 48 -webkit-rtl-ordering: logical
49 -webkit-text-combine: none 49 -webkit-text-combine: none
50 -webkit-text-decorations-in-effect: none 50 -webkit-text-decorations-in-effect: none
51 -webkit-text-emphasis-color: rgb(0, 0, 0) 51 -webkit-text-emphasis-color: rgb(0, 0, 0)
52 -webkit-text-emphasis-position: over 52 -webkit-text-emphasis-position: over
53 -webkit-text-emphasis-style: none 53 -webkit-text-emphasis-style: none
54 -webkit-text-fill-color: rgb(0, 0, 0) 54 -webkit-text-fill-color: rgb(0, 0, 0)
55 -webkit-text-orientation: vertical-right 55 -webkit-text-orientation: vertical-right
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 word-wrap: normal 299 word-wrap: normal
300 writing-mode: horizontal-tb 300 writing-mode: horizontal-tb
301 x: 0px 301 x: 0px
302 y: 0px 302 y: 0px
303 z-index: auto 303 z-index: auto
304 zoom: 1 304 zoom: 1
305 PASS successfullyParsed is true 305 PASS successfullyParsed is true
306 306
307 TEST COMPLETE 307 TEST COMPLETE
308 308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698