servo/components/style/values/computed
Fausto Núñez Alberro cc838f54e5
Implement a URL-generic type for list-style-image
This should fix the following two "expected to fail" tests:

- getComputedStyle(elem) for url() listStyleImage uses the resolved URL
  and elem.style uses the original URL

- getComputedStyle(elem) for url() listStyle uses the resolved URL
  and elem.style uses the original URL
2018-04-03 22:01:26 +02:00
..
align.rs style: Add a comment about the weird setup for justify-items. 2018-03-06 11:28:41 +01:00
angle.rs Implement Servo_ParseTransformIntoMatrix. 2017-11-28 10:08:12 +08:00
background.rs style: Rename background::RepeatKeyword and border::RepeatKeyword. 2018-02-01 15:23:41 +01:00
basic_shape.rs Implement a URL-generic type for list-style-image 2018-04-03 22:01:26 +02:00
border.rs Properly implement ToAnimatedZero for BorderSpacing 2018-02-15 12:03:01 +01:00
box.rs Replace LengthOrNone by a specific type for the perspective property 2018-02-26 22:32:06 +01:00
color.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
column.rs Replace PositiveIntegerOrAuto by ColumnCount 2018-02-22 10:16:46 +01:00
counters.rs Add SpecifiedImageUrl for <url> used as images. 2018-03-08 23:34:32 +11:00
effects.rs Use Option<RGBA> for color in shadow 2017-08-19 00:20:24 +10:00
flex.rs style: Add support for 'flex-basis:content' in the style system. 2018-04-02 03:17:56 +02:00
font.rs Introduce #[css(skip)] 2018-03-05 15:53:15 +01:00
gecko.rs Use generics for scroll-snap-points-* 2017-06-06 19:27:43 +02:00
image.rs Implement a URL-generic type for list-style-image 2018-04-03 22:01:26 +02:00
inherited_box.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
length.rs Implement a URL-generic type for list-style-image 2018-04-03 22:01:26 +02:00
list.rs Implement a URL-generic type for list-style-image 2018-04-03 22:01:26 +02:00
mod.rs Implement a URL-generic type for list-style-image 2018-04-03 22:01:26 +02:00
outline.rs style: Move outline-style outside of mako 2017-12-13 11:41:59 +08:00
percentage.rs style: Add support for 'flex-basis:content' in the style system. 2018-04-02 03:17:56 +02:00
pointing.rs Add SpecifiedImageUrl for <url> used as images. 2018-03-08 23:34:32 +11:00
position.rs Replace IntegerOrAuto with ZIndex 2018-02-20 15:18:22 +01:00
rect.rs Introduce style::values::generics::rect ▭ 2017-05-23 10:59:57 +02:00
svg.rs Implement a URL-generic type for list-style-image 2018-04-03 22:01:26 +02:00
table.rs Move table -x-span outisde of mako 2017-10-27 01:09:57 -05:00
text.rs Refactor text-emphasis-position to use ${helpers.predefined_type(..)} 2018-04-01 21:12:01 +08:00
time.rs Change ToCss to take a CssWriter<W> 2018-01-23 10:41:42 +01:00
transform.rs style: Unship the legacy syntax for -moz-transform. 2018-02-19 10:46:14 +01:00
ui.rs style: Move -moz-force-broken-image-icon out of mako 2017-11-19 22:52:18 +03:00
url.rs Implement a URL-generic type for list-style-image 2018-04-03 22:01:26 +02:00