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

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

Issue 956553004: Use Length for baselineShiftValue in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: A few more TEs. Created 5 years, 10 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
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: 0
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: baseline 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
232 glyph-orientation-horizontal: 0deg 232 glyph-orientation-horizontal: 0deg
233 glyph-orientation-vertical: auto 233 glyph-orientation-vertical: auto
234 vector-effect: none 234 vector-effect: none
235 background-position-x: 0% 235 background-position-x: 0%
236 background-position-y: 0% 236 background-position-y: 0%
237 border-spacing: 0px 0px 237 border-spacing: 0px 0px
238 overflow: visible 238 overflow: visible
239 -webkit-mask-position-x: 0% 239 -webkit-mask-position-x: 0%
240 -webkit-mask-position-y: 0% 240 -webkit-mask-position-y: 0%
241 241
242 After changing grandparent's 'color' and the parent's 'font-size' inherited prop erties: 242 After changing grandparent's 'color' and the parent's 'font-size' inherited prop erties:
243 border-top-width: 18px 243 border-top-width: 18px
244 color: rgb(0, 0, 255) 244 color: rgb(0, 0, 255)
245 245
246 After changing the parent's 'display' property to 'block', so that the child get s a renderer: 246 After changing the parent's 'display' property to 'block', so that the child get s a renderer:
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