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

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

Issue 234453002: Remove SVG1.1 kerning property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TestExpectations updates Created 6 years, 8 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 stroke-dasharray: none 219 stroke-dasharray: none
220 stroke-dashoffset: 0 220 stroke-dashoffset: 0
221 stroke-linecap: butt 221 stroke-linecap: butt
222 stroke-linejoin: miter 222 stroke-linejoin: miter
223 stroke-miterlimit: 4 223 stroke-miterlimit: 4
224 stroke-opacity: 1 224 stroke-opacity: 1
225 stroke-width: 1 225 stroke-width: 1
226 alignment-baseline: auto 226 alignment-baseline: auto
227 baseline-shift: baseline 227 baseline-shift: baseline
228 dominant-baseline: auto 228 dominant-baseline: auto
229 kerning: 0
230 text-anchor: start 229 text-anchor: start
231 writing-mode: lr-tb 230 writing-mode: lr-tb
232 glyph-orientation-horizontal: 0deg 231 glyph-orientation-horizontal: 0deg
233 glyph-orientation-vertical: auto 232 glyph-orientation-vertical: auto
234 vector-effect: none 233 vector-effect: none
235 background-position-x: 0% 234 background-position-x: 0%
236 background-position-y: 0% 235 background-position-y: 0%
237 border-spacing: 0px 0px 236 border-spacing: 0px 0px
238 overflow: visible 237 overflow: visible
239 -webkit-mask-position-x: 0% 238 -webkit-mask-position-x: 0%
240 -webkit-mask-position-y: 0% 239 -webkit-mask-position-y: 0%
241 240
242 After changing grandparent's 'color' and the parent's 'font-size' inherited prop erties: 241 After changing grandparent's 'color' and the parent's 'font-size' inherited prop erties:
243 border-top-width: 18px 242 border-top-width: 18px
244 color: rgb(0, 0, 255) 243 color: rgb(0, 0, 255)
245 244
246 After changing the parent's 'display' property to 'block', so that the child get s a renderer: 245 After changing the parent's 'display' property to 'block', so that the child get s a renderer:
247 height: 100px 246 height: 100px
248 margin-left: 350px 247 margin-left: 350px
249 width: 350px 248 width: 350px
250 249
251 After changing the parent's 'display' property back to 'none': 250 After changing the parent's 'display' property back to 'none':
252 height: 100px 251 height: 100px
253 margin-left: auto 252 margin-left: auto
254 width: 50% 253 width: 50%
255 254
256 255
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698