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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

Issue 962763003: Use Length for the stroke-dashoffset property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make font-size explicit. Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 Computed style of an element whose parent's 'display' value is 'none': 1 Computed style of an element whose parent's 'display' value is 'none':
2 background-attachment: scroll 2 background-attachment: scroll
3 background-clip: border-box 3 background-clip: border-box
4 background-color: rgb(0, 128, 0) 4 background-color: rgb(0, 128, 0)
5 background-image: none 5 background-image: none
6 background-origin: padding-box 6 background-origin: padding-box
7 background-position: 0% 0% 7 background-position: 0% 0%
8 background-repeat: repeat 8 background-repeat: repeat
9 background-size: auto 9 background-size: auto
10 border-bottom-color: rgb(0, 0, 0) 10 border-bottom-color: rgb(0, 0, 0)
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 color-rendering: auto 211 color-rendering: auto
212 fill: rgb(0, 0, 0) 212 fill: rgb(0, 0, 0)
213 fill-opacity: 1 213 fill-opacity: 1
214 fill-rule: nonzero 214 fill-rule: nonzero
215 marker-end: none 215 marker-end: none
216 marker-mid: none 216 marker-mid: none
217 marker-start: none 217 marker-start: none
218 shape-rendering: auto 218 shape-rendering: auto
219 stroke: none 219 stroke: none
220 stroke-dasharray: none 220 stroke-dasharray: none
221 stroke-dashoffset: 0 221 stroke-dashoffset: 0px
222 stroke-linecap: butt 222 stroke-linecap: butt
223 stroke-linejoin: miter 223 stroke-linejoin: miter
224 stroke-miterlimit: 4 224 stroke-miterlimit: 4
225 stroke-opacity: 1 225 stroke-opacity: 1
226 stroke-width: 1 226 stroke-width: 1
227 alignment-baseline: auto 227 alignment-baseline: auto
228 baseline-shift: 0px 228 baseline-shift: 0px
229 dominant-baseline: auto 229 dominant-baseline: auto
230 text-anchor: start 230 text-anchor: start
231 writing-mode: lr-tb 231 writing-mode: lr-tb
(...skipping 15 matching lines...) Expand all
247 height: 100px 247 height: 100px
248 margin-left: 350px 248 margin-left: 350px
249 width: 350px 249 width: 350px
250 250
251 After changing the parent's 'display' property back to 'none': 251 After changing the parent's 'display' property back to 'none':
252 height: 100px 252 height: 100px
253 margin-left: auto 253 margin-left: auto
254 width: 50% 254 width: 50%
255 255
256 256
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698