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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/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, 5 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 25 matching lines...) Expand all
36 -webkit-mask-box-image-slice: 0 fill 36 -webkit-mask-box-image-slice: 0 fill
37 -webkit-mask-box-image-source: none 37 -webkit-mask-box-image-source: none
38 -webkit-mask-box-image-width: auto 38 -webkit-mask-box-image-width: auto
39 -webkit-mask-clip: border-box 39 -webkit-mask-clip: border-box
40 -webkit-mask-composite: source-over 40 -webkit-mask-composite: source-over
41 -webkit-mask-image: none 41 -webkit-mask-image: none
42 -webkit-mask-origin: border-box 42 -webkit-mask-origin: border-box
43 -webkit-mask-position: 0% 0% 43 -webkit-mask-position: 0% 0%
44 -webkit-mask-position-x: 0% 44 -webkit-mask-position-x: 0%
45 -webkit-mask-position-y: 0% 45 -webkit-mask-position-y: 0%
46 -webkit-mask-repeat: repeat 46 -webkit-mask-repeat: no-repeat
47 -webkit-mask-size: auto 47 -webkit-mask-size: auto
48 -webkit-print-color-adjust: economy 48 -webkit-print-color-adjust: economy
49 -webkit-rtl-ordering: logical 49 -webkit-rtl-ordering: logical
50 -webkit-text-combine: none 50 -webkit-text-combine: none
51 -webkit-text-decorations-in-effect: none 51 -webkit-text-decorations-in-effect: none
52 -webkit-text-emphasis-color: rgb(0, 0, 0) 52 -webkit-text-emphasis-color: rgb(0, 0, 0)
53 -webkit-text-emphasis-position: over 53 -webkit-text-emphasis-position: over
54 -webkit-text-emphasis-style: none 54 -webkit-text-emphasis-style: none
55 -webkit-text-fill-color: rgb(0, 0, 0) 55 -webkit-text-fill-color: rgb(0, 0, 0)
56 -webkit-text-orientation: vertical-right 56 -webkit-text-orientation: vertical-right
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 word-wrap: normal 296 word-wrap: normal
297 writing-mode: horizontal-tb 297 writing-mode: horizontal-tb
298 x: 0px 298 x: 0px
299 y: 0px 299 y: 0px
300 z-index: auto 300 z-index: auto
301 zoom: 1 301 zoom: 1
302 PASS successfullyParsed is true 302 PASS successfullyParsed is true
303 303
304 TEST COMPLETE 304 TEST COMPLETE
305 305
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698