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

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

Issue 2577633002: [css-ui] Update resolved value of caret-color property (Closed)
Patch Set: Rebased test Created 3 years, 11 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 border-top-style: none 108 border-top-style: none
109 border-top-width: 0px 109 border-top-width: 0px
110 bottom: auto 110 bottom: auto
111 box-shadow: none 111 box-shadow: none
112 box-sizing: content-box 112 box-sizing: content-box
113 break-after: auto 113 break-after: auto
114 break-before: auto 114 break-before: auto
115 break-inside: auto 115 break-inside: auto
116 buffered-rendering: auto 116 buffered-rendering: auto
117 caption-side: top 117 caption-side: top
118 caret-color: auto 118 caret-color: rgb(0, 0, 0)
119 clear: none 119 clear: none
120 clip: auto 120 clip: auto
121 clip-path: none 121 clip-path: none
122 clip-rule: nonzero 122 clip-rule: nonzero
123 color: rgb(0, 0, 0) 123 color: rgb(0, 0, 0)
124 color-interpolation: sRGB 124 color-interpolation: sRGB
125 color-interpolation-filters: linearRGB 125 color-interpolation-filters: linearRGB
126 color-rendering: auto 126 color-rendering: auto
127 column-count: auto 127 column-count: auto
128 column-gap: normal 128 column-gap: normal
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 word-wrap: normal 304 word-wrap: normal
305 writing-mode: horizontal-tb 305 writing-mode: horizontal-tb
306 x: 0px 306 x: 0px
307 y: 0px 307 y: 0px
308 z-index: auto 308 z-index: auto
309 zoom: 1 309 zoom: 1
310 PASS successfullyParsed is true 310 PASS successfullyParsed is true
311 311
312 TEST COMPLETE 312 TEST COMPLETE
313 313
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698