diff --git a/Cargo.lock b/Cargo.lock index 1d00a9883b7..97d62daf64f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1208,7 +1208,7 @@ dependencies = [ [[package]] name = "derive_common" version = "0.0.1" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "darling", "proc-macro2", @@ -3129,6 +3129,7 @@ dependencies = [ "serde_json", "servo_arc", "servo_config", + "servo_geometry", "servo_url", "style", "style_traits", @@ -3462,7 +3463,7 @@ dependencies = [ [[package]] name = "malloc_size_of" version = "0.0.1" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "accountable-refcell", "app_units", @@ -5073,7 +5074,7 @@ dependencies = [ [[package]] name = "selectors" version = "0.24.0" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "bitflags 1.3.2", "cssparser", @@ -5361,7 +5362,7 @@ dependencies = [ [[package]] name = "servo_arc" version = "0.2.0" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "nodrop", "serde", @@ -5371,7 +5372,7 @@ dependencies = [ [[package]] name = "servo_atoms" version = "0.0.1" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "string_cache", "string_cache_codegen", @@ -5577,7 +5578,7 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "size_of_test" version = "0.0.1" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "static_assertions", ] @@ -5703,7 +5704,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "static_prefs" version = "0.1.0" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" [[package]] name = "str-buf" @@ -5746,7 +5747,7 @@ dependencies = [ [[package]] name = "style" version = "0.0.1" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "app_units", "arrayvec", @@ -5804,7 +5805,7 @@ dependencies = [ [[package]] name = "style_config" version = "0.0.1" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "lazy_static", ] @@ -5812,7 +5813,7 @@ dependencies = [ [[package]] name = "style_derive" version = "0.0.1" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "darling", "derive_common", @@ -5843,7 +5844,7 @@ dependencies = [ [[package]] name = "style_traits" version = "0.0.1" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "app_units", "bitflags 1.3.2", @@ -6186,7 +6187,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "to_shmem" version = "0.0.1" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "cssparser", "servo_arc", @@ -6199,7 +6200,7 @@ dependencies = [ [[package]] name = "to_shmem_derive" version = "0.0.1" -source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#e2a483443afc5d3e6dd71dfb19ed45e1c8d8a2dc" +source = "git+https://github.com/servo/stylo.git?branch=2023-07-23#3f129fb95a345f0057a6b72901eb7eb795840a76" dependencies = [ "darling", "derive_common", diff --git a/components/layout_2020/Cargo.toml b/components/layout_2020/Cargo.toml index 78ea0bf49a4..9820827150a 100644 --- a/components/layout_2020/Cargo.toml +++ b/components/layout_2020/Cargo.toml @@ -38,6 +38,7 @@ serde = { workspace = true } serde_json = { workspace = true } servo_arc = { workspace = true } servo_config = { path = "../config" } +servo_geometry = { path = "../geometry" } servo_url = { path = "../url" } style = { workspace = true } style_traits = { workspace = true } diff --git a/components/layout_2020/display_list/mod.rs b/components/layout_2020/display_list/mod.rs index 30ae7ce1725..5902baf63c0 100644 --- a/components/layout_2020/display_list/mod.rs +++ b/components/layout_2020/display_list/mod.rs @@ -13,6 +13,7 @@ use gfx_traits::WebRenderEpochToU16; use msg::constellation_msg::BrowsingContextId; use net_traits::image_cache::UsePlaceholder; use script_traits::compositor::{CompositorDisplayListInfo, ScrollTreeNodeId}; +use servo_geometry::MaxRect; use style::color::{AbsoluteColor, ColorSpace}; use style::computed_values::text_decoration_style::T as ComputedTextDecorationStyle; use style::dom::OpaqueNode; @@ -23,6 +24,8 @@ use style::values::specified::text::TextDecorationLine; use style::values::specified::ui::CursorKind; use style_traits::CSSPixel; use webrender_api::{self as wr, units, ClipChainId, ClipId, CommonItemProperties}; +use wr::units::LayoutVector2D; +use wr::BoxShadowClipMode; use crate::context::LayoutContext; use crate::display_list::conversions::ToWebRender; @@ -552,6 +555,7 @@ impl<'a> BuilderForBoxFragment<'a> { } else { self.build_hit_test(builder); self.build_background(builder); + self.build_box_shadow(builder); self.build_border(builder); } } @@ -808,6 +812,42 @@ impl<'a> BuilderForBoxFragment<'a> { .wr() .push_border(&common, outline_rect, widths, details) } + + fn build_box_shadow(&self, builder: &mut DisplayListBuilder<'_>) { + let box_shadows = &self.fragment.style.get_effects().box_shadow.0; + if box_shadows.is_empty() { + return; + } + + // NB: According to CSS-BACKGROUNDS, box shadows render in *reverse* order (front to back). + let border_rect = self.border_rect; + let common = builder.common_properties(MaxRect::max_rect(), &self.fragment.style); + for box_shadow in box_shadows.iter().rev() { + let clip_mode = if box_shadow.inset { + BoxShadowClipMode::Inset + } else { + BoxShadowClipMode::Outset + }; + + builder.wr().push_box_shadow( + &common, + border_rect, + LayoutVector2D::new( + box_shadow.base.horizontal.px(), + box_shadow.base.vertical.px(), + ), + rgba( + self.fragment + .style + .resolve_color(box_shadow.base.color.clone()), + ), + box_shadow.base.blur.px(), + box_shadow.spread.px(), + self.border_radius, + clip_mode, + ); + } + } } fn rgba(color: AbsoluteColor) -> wr::ColorF { diff --git a/tests/wpt/meta/css/css-backgrounds/animations/box-shadow-interpolation.html.ini b/tests/wpt/meta/css/css-backgrounds/animations/box-shadow-interpolation.html.ini index 8df87c69d22..5b586cda55c 100644 --- a/tests/wpt/meta/css/css-backgrounds/animations/box-shadow-interpolation.html.ini +++ b/tests/wpt/meta/css/css-backgrounds/animations/box-shadow-interpolation.html.ini @@ -257,654 +257,6 @@ [Web Animations: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (1.5) should be [rgb(0, 0, 0) 0px 0px 0px 22.5px inset\]] expected: FAIL - [CSS Transitions: property from neutral to [20px 20px 20px 20px black\] at (-0.3) should be [rgb(0, 0, 0) 7px 33px 7px 33px\]] - expected: FAIL - - [CSS Transitions: property from neutral to [20px 20px 20px 20px black\] at (0) should be [rgb(0, 0, 0) 10px 30px 10px 30px\]] - expected: FAIL - - [CSS Transitions: property from neutral to [20px 20px 20px 20px black\] at (0.3) should be [rgb(0, 0, 0) 13px 27px 13px 27px\]] - expected: FAIL - - [CSS Transitions: property from neutral to [20px 20px 20px 20px black\] at (0.6) should be [rgb(0, 0, 0) 16px 24px 16px 24px\]] - expected: FAIL - - [CSS Transitions: property from neutral to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Transitions: property from neutral to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 25px 15px 25px 15px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from neutral to [20px 20px 20px 20px black\] at (-0.3) should be [rgb(0, 0, 0) 7px 33px 7px 33px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from neutral to [20px 20px 20px 20px black\] at (0) should be [rgb(0, 0, 0) 10px 30px 10px 30px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from neutral to [20px 20px 20px 20px black\] at (0.3) should be [rgb(0, 0, 0) 13px 27px 13px 27px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from neutral to [20px 20px 20px 20px black\] at (0.6) should be [rgb(0, 0, 0) 16px 24px 16px 24px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from neutral to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from neutral to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 25px 15px 25px 15px\]] - expected: FAIL - - [CSS Animations: property from neutral to [20px 20px 20px 20px black\] at (-0.3) should be [rgb(0, 0, 0) 7px 33px 7px 33px\]] - expected: FAIL - - [CSS Animations: property from neutral to [20px 20px 20px 20px black\] at (0) should be [rgb(0, 0, 0) 10px 30px 10px 30px\]] - expected: FAIL - - [CSS Animations: property from neutral to [20px 20px 20px 20px black\] at (0.3) should be [rgb(0, 0, 0) 13px 27px 13px 27px\]] - expected: FAIL - - [CSS Animations: property from neutral to [20px 20px 20px 20px black\] at (0.6) should be [rgb(0, 0, 0) 16px 24px 16px 24px\]] - expected: FAIL - - [CSS Animations: property from neutral to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Animations: property from neutral to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 25px 15px 25px 15px\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [20px 20px 20px 20px black\] at (-0.3) should be [rgba(0, 0, 0, 0) -6px -6px 0px -6px\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [20px 20px 20px 20px black\] at (0) should be [rgba(0, 0, 0, 0) 0px 0px 0px 0px\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [20px 20px 20px 20px black\] at (0.3) should be [rgba(0, 0, 0, 0.3) 6px 6px 6px 6px\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [20px 20px 20px 20px black\] at (0.6) should be [rgba(0, 0, 0, 0.6) 12px 12px 12px 12px\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 30px 30px 30px 30px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [20px 20px 20px 20px black\] at (-0.3) should be [rgba(0, 0, 0, 0) -6px -6px 0px -6px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [20px 20px 20px 20px black\] at (0) should be [rgba(0, 0, 0, 0) 0px 0px 0px 0px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [20px 20px 20px 20px black\] at (0.3) should be [rgba(0, 0, 0, 0.3) 6px 6px 6px 6px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [20px 20px 20px 20px black\] at (0.6) should be [rgba(0, 0, 0, 0.6) 12px 12px 12px 12px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 30px 30px 30px 30px\]] - expected: FAIL - - [CSS Animations: property from [initial\] to [20px 20px 20px 20px black\] at (-0.3) should be [rgba(0, 0, 0, 0) -6px -6px 0px -6px\]] - expected: FAIL - - [CSS Animations: property from [initial\] to [20px 20px 20px 20px black\] at (0) should be [rgba(0, 0, 0, 0) 0px 0px 0px 0px\]] - expected: FAIL - - [CSS Animations: property from [initial\] to [20px 20px 20px 20px black\] at (0.3) should be [rgba(0, 0, 0, 0.3) 6px 6px 6px 6px\]] - expected: FAIL - - [CSS Animations: property from [initial\] to [20px 20px 20px 20px black\] at (0.6) should be [rgba(0, 0, 0, 0.6) 12px 12px 12px 12px\]] - expected: FAIL - - [CSS Animations: property from [initial\] to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Animations: property from [initial\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 30px 30px 30px 30px\]] - expected: FAIL - - [CSS Transitions: property from [inherit\] to [20px 20px 20px 20px black\] at (-0.3) should be [rgb(0, 0, 0) 33px 7px 33px 7px\]] - expected: FAIL - - [CSS Transitions: property from [inherit\] to [20px 20px 20px 20px black\] at (0) should be [rgb(0, 0, 0) 30px 10px 30px 10px\]] - expected: FAIL - - [CSS Transitions: property from [inherit\] to [20px 20px 20px 20px black\] at (0.3) should be [rgb(0, 0, 0) 27px 13px 27px 13px\]] - expected: FAIL - - [CSS Transitions: property from [inherit\] to [20px 20px 20px 20px black\] at (0.6) should be [rgb(0, 0, 0) 24px 16px 24px 16px\]] - expected: FAIL - - [CSS Transitions: property from [inherit\] to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Transitions: property from [inherit\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 15px 25px 15px 25px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inherit\] to [20px 20px 20px 20px black\] at (-0.3) should be [rgb(0, 0, 0) 33px 7px 33px 7px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inherit\] to [20px 20px 20px 20px black\] at (0) should be [rgb(0, 0, 0) 30px 10px 30px 10px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inherit\] to [20px 20px 20px 20px black\] at (0.3) should be [rgb(0, 0, 0) 27px 13px 27px 13px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inherit\] to [20px 20px 20px 20px black\] at (0.6) should be [rgb(0, 0, 0) 24px 16px 24px 16px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inherit\] to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inherit\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 15px 25px 15px 25px\]] - expected: FAIL - - [CSS Animations: property from [inherit\] to [20px 20px 20px 20px black\] at (-0.3) should be [rgb(0, 0, 0) 33px 7px 33px 7px\]] - expected: FAIL - - [CSS Animations: property from [inherit\] to [20px 20px 20px 20px black\] at (0) should be [rgb(0, 0, 0) 30px 10px 30px 10px\]] - expected: FAIL - - [CSS Animations: property from [inherit\] to [20px 20px 20px 20px black\] at (0.3) should be [rgb(0, 0, 0) 27px 13px 27px 13px\]] - expected: FAIL - - [CSS Animations: property from [inherit\] to [20px 20px 20px 20px black\] at (0.6) should be [rgb(0, 0, 0) 24px 16px 24px 16px\]] - expected: FAIL - - [CSS Animations: property from [inherit\] to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Animations: property from [inherit\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 15px 25px 15px 25px\]] - expected: FAIL - - [CSS Transitions: property from [unset\] to [20px 20px 20px 20px black\] at (-0.3) should be [rgba(0, 0, 0, 0) -6px -6px 0px -6px\]] - expected: FAIL - - [CSS Transitions: property from [unset\] to [20px 20px 20px 20px black\] at (0) should be [rgba(0, 0, 0, 0) 0px 0px 0px 0px\]] - expected: FAIL - - [CSS Transitions: property from [unset\] to [20px 20px 20px 20px black\] at (0.3) should be [rgba(0, 0, 0, 0.3) 6px 6px 6px 6px\]] - expected: FAIL - - [CSS Transitions: property from [unset\] to [20px 20px 20px 20px black\] at (0.6) should be [rgba(0, 0, 0, 0.6) 12px 12px 12px 12px\]] - expected: FAIL - - [CSS Transitions: property from [unset\] to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Transitions: property from [unset\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 30px 30px 30px 30px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [unset\] to [20px 20px 20px 20px black\] at (-0.3) should be [rgba(0, 0, 0, 0) -6px -6px 0px -6px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [unset\] to [20px 20px 20px 20px black\] at (0) should be [rgba(0, 0, 0, 0) 0px 0px 0px 0px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [unset\] to [20px 20px 20px 20px black\] at (0.3) should be [rgba(0, 0, 0, 0.3) 6px 6px 6px 6px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [unset\] to [20px 20px 20px 20px black\] at (0.6) should be [rgba(0, 0, 0, 0.6) 12px 12px 12px 12px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [unset\] to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [unset\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 30px 30px 30px 30px\]] - expected: FAIL - - [CSS Animations: property from [unset\] to [20px 20px 20px 20px black\] at (-0.3) should be [rgba(0, 0, 0, 0) -6px -6px 0px -6px\]] - expected: FAIL - - [CSS Animations: property from [unset\] to [20px 20px 20px 20px black\] at (0) should be [rgba(0, 0, 0, 0) 0px 0px 0px 0px\]] - expected: FAIL - - [CSS Animations: property from [unset\] to [20px 20px 20px 20px black\] at (0.3) should be [rgba(0, 0, 0, 0.3) 6px 6px 6px 6px\]] - expected: FAIL - - [CSS Animations: property from [unset\] to [20px 20px 20px 20px black\] at (0.6) should be [rgba(0, 0, 0, 0.6) 12px 12px 12px 12px\]] - expected: FAIL - - [CSS Animations: property from [unset\] to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]] - expected: FAIL - - [CSS Animations: property from [unset\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 30px 30px 30px 30px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px 3px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px 0px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px -4px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px -9px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px 3px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px 0px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px -4px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px -9px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px 3px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px 0px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px -4px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px -9px\]] - expected: FAIL - - [CSS Transitions: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (-0.3) should be [rgb(0, 0, 0) -0.3px -0.3px 0px -0.3px\]] - expected: FAIL - - [CSS Transitions: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (0) should be [rgb(0, 0, 0) 0px 0px 0px 0px\]] - expected: FAIL - - [CSS Transitions: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (0.3) should be [rgb(0, 0, 0) 0.3px 0.3px 0.3px 0.3px\]] - expected: FAIL - - [CSS Transitions: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (0.6) should be [rgb(0, 0, 0) 0.6px 0.6px 0.6px 0.6px\]] - expected: FAIL - - [CSS Transitions: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (1) should be [rgb(0, 0, 0) 1px 1px 1px 1px\]] - expected: FAIL - - [CSS Transitions: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (1.5) should be [rgb(0, 0, 0) 1.5px 1.5px 1.5px 1.5px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (-0.3) should be [rgb(0, 0, 0) -0.3px -0.3px 0px -0.3px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (0) should be [rgb(0, 0, 0) 0px 0px 0px 0px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (0.3) should be [rgb(0, 0, 0) 0.3px 0.3px 0.3px 0.3px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (0.6) should be [rgb(0, 0, 0) 0.6px 0.6px 0.6px 0.6px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (1) should be [rgb(0, 0, 0) 1px 1px 1px 1px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (1.5) should be [rgb(0, 0, 0) 1.5px 1.5px 1.5px 1.5px\]] - expected: FAIL - - [CSS Animations: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (-0.3) should be [rgb(0, 0, 0) -0.3px -0.3px 0px -0.3px\]] - expected: FAIL - - [CSS Animations: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (0) should be [rgb(0, 0, 0) 0px 0px 0px 0px\]] - expected: FAIL - - [CSS Animations: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (0.3) should be [rgb(0, 0, 0) 0.3px 0.3px 0.3px 0.3px\]] - expected: FAIL - - [CSS Animations: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (0.6) should be [rgb(0, 0, 0) 0.6px 0.6px 0.6px 0.6px\]] - expected: FAIL - - [CSS Animations: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (1) should be [rgb(0, 0, 0) 1px 1px 1px 1px\]] - expected: FAIL - - [CSS Animations: property from [0px 0px 0px 0px black\] to [1px 1px 1px 1px black\] at (1.5) should be [rgb(0, 0, 0) 1.5px 1.5px 1.5px 1.5px\]] - expected: FAIL - - [CSS Transitions: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px\]] - expected: FAIL - - [CSS Transitions: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px\]] - expected: FAIL - - [CSS Transitions: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px 3px\]] - expected: FAIL - - [CSS Transitions: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px 0px\]] - expected: FAIL - - [CSS Transitions: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px -4px\]] - expected: FAIL - - [CSS Transitions: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px -9px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px 3px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px 0px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px -4px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px -9px\]] - expected: FAIL - - [CSS Animations: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px\]] - expected: FAIL - - [CSS Animations: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px\]] - expected: FAIL - - [CSS Animations: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px 3px\]] - expected: FAIL - - [CSS Animations: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px 0px\]] - expected: FAIL - - [CSS Animations: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px -4px\]] - expected: FAIL - - [CSS Animations: property from [black 15px 10px 5px 6px\] to [orange -15px -10px 25px -4px\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px -9px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px inset\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px inset\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px 3px inset\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px 0px inset\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px -4px inset\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px -9px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px 3px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px 0px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px -4px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px -9px inset\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px inset\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px inset\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (0.3) should be [rgb(77, 50, 0) 6px 4px 11px 3px inset\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px 0px inset\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (1) should be [rgb(255, 165, 0) -15px -10px 25px -4px inset\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black inset\] to [-15px -10px 25px -4px orange inset\] at (1.5) should be [rgb(255, 248, 0) -30px -20px 35px -9px inset\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0.3) should be [rgb(0, 38, 0) 6px 4px 11px 3px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0.6) should be [rgb(0, 77, 0) -3px -2px 17px 0px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (1) should be [rgb(0, 128, 0) -15px -10px 25px -4px\]] - expected: FAIL - - [CSS Transitions: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (1.5) should be [rgb(0, 192, 0) -30px -20px 35px -9px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0.3) should be [rgb(0, 38, 0) 6px 4px 11px 3px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0.6) should be [rgb(0, 77, 0) -3px -2px 17px 0px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (1) should be [rgb(0, 128, 0) -15px -10px 25px -4px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (1.5) should be [rgb(0, 192, 0) -30px -20px 35px -9px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (-0.3) should be [rgb(0, 0, 0) 24px 16px 0px 9px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0.3) should be [rgb(0, 38, 0) 6px 4px 11px 3px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0.6) should be [rgb(0, 77, 0) -3px -2px 17px 0px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (1) should be [rgb(0, 128, 0) -15px -10px 25px -4px\]] - expected: FAIL - - [CSS Animations: property from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (1.5) should be [rgb(0, 192, 0) -30px -20px 35px -9px\]] - expected: FAIL - - [CSS Transitions: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (-0.3) should be [rgb(0, 0, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0) should be [rgb(0, 0, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0.3) should be [rgb(0, 38, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0.6) should be [rgb(0, 77, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (1) should be [rgb(0, 128, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (1.5) should be [rgb(0, 192, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (-0.3) should be [rgb(0, 0, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0) should be [rgb(0, 0, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0.3) should be [rgb(0, 38, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0.6) should be [rgb(0, 77, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (1) should be [rgb(0, 128, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (1.5) should be [rgb(0, 192, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Animations: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (-0.3) should be [rgb(0, 0, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Animations: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0) should be [rgb(0, 0, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Animations: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0.3) should be [rgb(0, 38, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Animations: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0.6) should be [rgb(0, 77, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Animations: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (1) should be [rgb(0, 128, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Animations: property from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (1.5) should be [rgb(0, 192, 0) 10px 10px 10px 10px\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (-0.3) should be [rgba(255, 255, 0, 0.65) 13px 26px 0px 0px, rgb(0, 166, 0) 6.5px 39px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (0) should be [rgba(255, 255, 0, 0.5) 10px 20px 0px 0px, rgb(0, 128, 0) 5px 30px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (0.3) should be [rgba(255, 255, 0, 0.353) 7px 14px 0px 0px, rgba(0, 128, 0, 0.7) 3.5px 21px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (0.6) should be [rgba(255, 255, 0, 0.2) 4px 8px 0px 0px, rgba(0, 128, 0, 0.4) 2px 12px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (1) should be [rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (1.5) should be [rgba(0, 0, 0, 0) -5px -10px 0px 0px, rgba(0, 0, 0, 0) -2.5px -15px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (-0.3) should be [rgba(255, 255, 0, 0.65) 13px 26px 0px 0px, rgb(0, 166, 0) 6.5px 39px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (0) should be [rgba(255, 255, 0, 0.5) 10px 20px 0px 0px, rgb(0, 128, 0) 5px 30px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (0.3) should be [rgba(255, 255, 0, 0.353) 7px 14px 0px 0px, rgba(0, 128, 0, 0.7) 3.5px 21px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (0.6) should be [rgba(255, 255, 0, 0.2) 4px 8px 0px 0px, rgba(0, 128, 0, 0.4) 2px 12px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (1) should be [rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (1.5) should be [rgba(0, 0, 0, 0) -5px -10px 0px 0px, rgba(0, 0, 0, 0) -2.5px -15px 0px 0px inset\]] - expected: FAIL - - [CSS Animations: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (-0.3) should be [rgba(255, 255, 0, 0.65) 13px 26px 0px 0px, rgb(0, 166, 0) 6.5px 39px 0px 0px inset\]] - expected: FAIL - - [CSS Animations: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (0) should be [rgba(255, 255, 0, 0.5) 10px 20px 0px 0px, rgb(0, 128, 0) 5px 30px 0px 0px inset\]] - expected: FAIL - - [CSS Animations: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (0.3) should be [rgba(255, 255, 0, 0.353) 7px 14px 0px 0px, rgba(0, 128, 0, 0.7) 3.5px 21px 0px 0px inset\]] - expected: FAIL - - [CSS Animations: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (0.6) should be [rgba(255, 255, 0, 0.2) 4px 8px 0px 0px, rgba(0, 128, 0, 0.4) 2px 12px 0px 0px inset\]] - expected: FAIL - - [CSS Animations: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (1) should be [rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px inset\]] - expected: FAIL - - [CSS Animations: property from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000\] to [none\] at (1.5) should be [rgba(0, 0, 0, 0) -5px -10px 0px 0px, rgba(0, 0, 0, 0) -2.5px -15px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (-0.3) should be [rgb(0, 0, 0) 0px 0px 0px -4.5px inset\]] - expected: FAIL - - [CSS Transitions: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (0) should be [rgb(0, 0, 0) 0px 0px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (0.3) should be [rgb(0, 0, 0) 0px 0px 0px 4.5px inset\]] - expected: FAIL - - [CSS Transitions: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (0.6) should be [rgb(0, 0, 0) 0px 0px 0px 9px inset\]] - expected: FAIL - - [CSS Transitions: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (1) should be [rgb(0, 0, 0) 0px 0px 0px 15px inset\]] - expected: FAIL - - [CSS Transitions: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (1.5) should be [rgb(0, 0, 0) 0px 0px 0px 22.5px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (-0.3) should be [rgb(0, 0, 0) 0px 0px 0px -4.5px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (0) should be [rgb(0, 0, 0) 0px 0px 0px 0px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (0.3) should be [rgb(0, 0, 0) 0px 0px 0px 4.5px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (0.6) should be [rgb(0, 0, 0) 0px 0px 0px 9px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (1) should be [rgb(0, 0, 0) 0px 0px 0px 15px inset\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (1.5) should be [rgb(0, 0, 0) 0px 0px 0px 22.5px inset\]] - expected: FAIL - - [CSS Animations: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (-0.3) should be [rgb(0, 0, 0) 0px 0px 0px -4.5px inset\]] - expected: FAIL - - [CSS Animations: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (0) should be [rgb(0, 0, 0) 0px 0px 0px 0px inset\]] - expected: FAIL - - [CSS Animations: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (0.3) should be [rgb(0, 0, 0) 0px 0px 0px 4.5px inset\]] - expected: FAIL - - [CSS Animations: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (0.6) should be [rgb(0, 0, 0) 0px 0px 0px 9px inset\]] - expected: FAIL - - [CSS Animations: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (1) should be [rgb(0, 0, 0) 0px 0px 0px 15px inset\]] - expected: FAIL - - [CSS Animations: property from [inset 0 0 0 0 black\] to [inset 0 0 0 calc(max(10em, 20px) / 2) black\] at (1.5) should be [rgb(0, 0, 0) 0px 0px 0px 22.5px inset\]] - expected: FAIL - [CSS Transitions: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (-0.3) should be [10px 20px yellow, 5px 10px green\]] expected: FAIL @@ -914,48 +266,6 @@ [CSS Transitions: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.3) should be [10px 20px yellow, 5px 10px green\]] expected: FAIL - [CSS Transitions: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.5) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.6) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (1) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (1.5) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (-0.3) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.3) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.5) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.6) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (1) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (1.5) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (-0.3) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.3) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - [CSS Transitions: property from [10px 10px 10px 10px rgb(0 0 0)\] to [10px 10px 10px 10px color(srgb 1 1 1)\] at (-0.3) should be [10px 10px 10px 10px oklab(0 0 0)\]] expected: FAIL @@ -1181,18 +491,6 @@ [CSS Transitions with transition-behavior:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.3) should be [10px 20px yellow, 5px 10px green\]] expected: FAIL - [CSS Transitions with transition-behavior:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.5) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition-behavior:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.6) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition-behavior:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (1) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition-behavior:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (1.5) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (-0.3) should be [10px 20px yellow, 5px 10px green\]] expected: FAIL @@ -1201,15 +499,3 @@ [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.3) should be [10px 20px yellow, 5px 10px green\]] expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.5) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.6) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (1) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL - - [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (1.5) should be [inset 5px 10px green, 15px 20px blue\]] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/box-shadow-005.html.ini b/tests/wpt/meta/css/css-backgrounds/box-shadow-005.html.ini deleted file mode 100644 index b89ba8e9c8f..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/box-shadow-005.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box-shadow-005.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/box-shadow-029.html.ini b/tests/wpt/meta/css/css-backgrounds/box-shadow-029.html.ini deleted file mode 100644 index 87db5369217..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/box-shadow-029.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box-shadow-029.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/box-shadow-039.html.ini b/tests/wpt/meta/css/css-backgrounds/box-shadow-039.html.ini deleted file mode 100644 index 2a664c53882..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/box-shadow-039.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box-shadow-039.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/box-shadow-040.html.ini b/tests/wpt/meta/css/css-backgrounds/box-shadow-040.html.ini deleted file mode 100644 index 4afa188267c..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/box-shadow-040.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box-shadow-040.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/box-shadow-border-radius-001.html.ini b/tests/wpt/meta/css/css-backgrounds/box-shadow-border-radius-001.html.ini deleted file mode 100644 index c4286b08e31..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/box-shadow-border-radius-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box-shadow-border-radius-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/box-shadow-invalid-001.html.ini b/tests/wpt/meta/css/css-backgrounds/box-shadow-invalid-001.html.ini deleted file mode 100644 index 429bb096de6..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/box-shadow-invalid-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box-shadow-invalid-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/box-shadow-multiple-001.html.ini b/tests/wpt/meta/css/css-backgrounds/box-shadow-multiple-001.html.ini new file mode 100644 index 00000000000..54151fc8d55 --- /dev/null +++ b/tests/wpt/meta/css/css-backgrounds/box-shadow-multiple-001.html.ini @@ -0,0 +1,2 @@ +[box-shadow-multiple-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/box-shadow-outset-without-border-radius-001.html.ini b/tests/wpt/meta/css/css-backgrounds/box-shadow-outset-without-border-radius-001.html.ini deleted file mode 100644 index 7e3b6770303..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/box-shadow-outset-without-border-radius-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box-shadow-outset-without-border-radius-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/box-shadow-overlapping-001.html.ini b/tests/wpt/meta/css/css-backgrounds/box-shadow-overlapping-001.html.ini deleted file mode 100644 index 04d6f1746d6..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/box-shadow-overlapping-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box-shadow-overlapping-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/box-shadow-overlapping-003.html.ini b/tests/wpt/meta/css/css-backgrounds/box-shadow-overlapping-003.html.ini deleted file mode 100644 index 817fb806577..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/box-shadow-overlapping-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box-shadow-overlapping-003.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/css-box-shadow-001.html.ini b/tests/wpt/meta/css/css-backgrounds/css-box-shadow-001.html.ini deleted file mode 100644 index 31760e9b5eb..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/css-box-shadow-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[css-box-shadow-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/css3-box-shadow.html.ini b/tests/wpt/meta/css/css-backgrounds/css3-box-shadow.html.ini deleted file mode 100644 index af8d19779df..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/css3-box-shadow.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[css3-box-shadow.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/inheritance.sub.html.ini b/tests/wpt/meta/css/css-backgrounds/inheritance.sub.html.ini index e8291af54a7..97675fbef42 100644 --- a/tests/wpt/meta/css/css-backgrounds/inheritance.sub.html.ini +++ b/tests/wpt/meta/css/css-backgrounds/inheritance.sub.html.ini @@ -10,9 +10,3 @@ [Property border-top-width has initial value undefined] expected: FAIL - - [Property box-shadow has initial value none] - expected: FAIL - - [Property box-shadow does not inherit] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/parsing/box-shadow-computed.html.ini b/tests/wpt/meta/css/css-backgrounds/parsing/box-shadow-computed.html.ini deleted file mode 100644 index d250cdd7fb2..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/parsing/box-shadow-computed.html.ini +++ /dev/null @@ -1,12 +0,0 @@ -[box-shadow-computed.html] - [Property box-shadow value '1px 2px'] - expected: FAIL - - [Property box-shadow value 'currentcolor -1em -2em 3em -4em'] - expected: FAIL - - [Property box-shadow value 'none'] - expected: FAIL - - [Property box-shadow value 'rgb(0, 255, 0) 1px 2px 3px 4px inset'] - expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/parsing/box-shadow-valid.html.ini b/tests/wpt/meta/css/css-backgrounds/parsing/box-shadow-valid.html.ini deleted file mode 100644 index aebcdd0dfb6..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/parsing/box-shadow-valid.html.ini +++ /dev/null @@ -1,114 +0,0 @@ -[box-shadow-valid.html] - [e.style['box-shadow'\] = "green inset 4px -4px 0" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "4px -4px 0 inset green" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset 4px -4px 0 green" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "4px -4px inset" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "4px -4px 0 inset" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "4px -4px 0 green inset" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "green -4px 4px 0" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "green inset 4px -4px 0 0" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "1px 1px calc(1em - 2px)" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "green inset 4px -4px" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset 4px -4px 0 0 green" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset green 4px -4px" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "4px -4px 0 0 inset" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "1px 1px calc(-1px)" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "4px -4px 0 0 green inset" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "green -4px 4px 0 0" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "red 1px 2px 3px -4px inset" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset 4px -4px 0" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "1px 2px" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "none" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "4px 4px green" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "-4px 4px 0 green" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "1px -2px inset, red -3px 4px" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset green 4px -4px 0" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset 4px -4px 0 0" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset 1px 2px red" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "4px -4px inset green" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset 1px -2px, -3px 4px red" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "-4px 4px 0 0 green" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset 4px -4px" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "green -4px 4px" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "green 4px -4px inset" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "4px -4px green inset" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "4px -4px 0 0 inset green" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "green 4px -4px 0 inset" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset 4px -4px green" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "inset green 4px -4px 0 0" should set the property value] - expected: FAIL - - [e.style['box-shadow'\] = "green 4px -4px 0 0 inset" should set the property value] - expected: FAIL diff --git a/tests/wpt/meta/css/css-overflow/overflow-clip-content-visual-overflow.html.ini b/tests/wpt/meta/css/css-overflow/overflow-clip-content-visual-overflow.html.ini new file mode 100644 index 00000000000..1c16f1cd0e7 --- /dev/null +++ b/tests/wpt/meta/css/css-overflow/overflow-clip-content-visual-overflow.html.ini @@ -0,0 +1,2 @@ +[overflow-clip-content-visual-overflow.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-variables/variable-substitution-shadow-properties.html.ini b/tests/wpt/meta/css/css-variables/variable-substitution-shadow-properties.html.ini index 392d80cc2f7..926ef9e4104 100644 --- a/tests/wpt/meta/css/css-variables/variable-substitution-shadow-properties.html.ini +++ b/tests/wpt/meta/css/css-variables/variable-substitution-shadow-properties.html.ini @@ -1,9 +1,3 @@ [variable-substitution-shadow-properties.html] - [box-shadow] - expected: FAIL - [text-shadow] expected: FAIL - - [box-shadow-with-comment] - expected: FAIL diff --git a/tests/wpt/meta/quirks/unitless-length/excluded-properties-002.html.ini b/tests/wpt/meta/quirks/unitless-length/excluded-properties-002.html.ini index db1c61d628c..21df4776fe4 100644 --- a/tests/wpt/meta/quirks/unitless-length/excluded-properties-002.html.ini +++ b/tests/wpt/meta/quirks/unitless-length/excluded-properties-002.html.ini @@ -2,9 +2,6 @@ [Property background-blend-mode does not support quirky length] expected: FAIL - [Property box-shadow does not support quirky length] - expected: FAIL - [Property clip-path does not support quirky length] expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/box_shadow_bg.html.ini b/tests/wpt/mozilla/meta/css/box_shadow_bg.html.ini deleted file mode 100644 index dc3fa71d754..00000000000 --- a/tests/wpt/mozilla/meta/css/box_shadow_bg.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box_shadow_bg.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/box_shadow_blur_a.html.ini b/tests/wpt/mozilla/meta/css/box_shadow_blur_a.html.ini deleted file mode 100644 index 0db3f46eb02..00000000000 --- a/tests/wpt/mozilla/meta/css/box_shadow_blur_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box_shadow_blur_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/box_shadow_border_box_a.html.ini b/tests/wpt/mozilla/meta/css/box_shadow_border_box_a.html.ini deleted file mode 100644 index 49935fa217b..00000000000 --- a/tests/wpt/mozilla/meta/css/box_shadow_border_box_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box_shadow_border_box_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/box_shadow_inset_a.html.ini b/tests/wpt/mozilla/meta/css/box_shadow_inset_a.html.ini deleted file mode 100644 index 63c8dd2b18f..00000000000 --- a/tests/wpt/mozilla/meta/css/box_shadow_inset_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box_shadow_inset_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/box_shadow_inset_bg.html.ini b/tests/wpt/mozilla/meta/css/box_shadow_inset_bg.html.ini deleted file mode 100644 index 25cbca6fbc2..00000000000 --- a/tests/wpt/mozilla/meta/css/box_shadow_inset_bg.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box_shadow_inset_bg.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/box_shadow_paint_order_a.html.ini b/tests/wpt/mozilla/meta/css/box_shadow_paint_order_a.html.ini deleted file mode 100644 index 4e56dee952d..00000000000 --- a/tests/wpt/mozilla/meta/css/box_shadow_paint_order_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box_shadow_paint_order_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/box_shadow_spread_a.html.ini b/tests/wpt/mozilla/meta/css/box_shadow_spread_a.html.ini deleted file mode 100644 index b5505ffd8f9..00000000000 --- a/tests/wpt/mozilla/meta/css/box_shadow_spread_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[box_shadow_spread_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/text_shadow_blur_a.html.ini b/tests/wpt/mozilla/meta/css/text_shadow_blur_a.html.ini new file mode 100644 index 00000000000..82900522aa1 --- /dev/null +++ b/tests/wpt/mozilla/meta/css/text_shadow_blur_a.html.ini @@ -0,0 +1,2 @@ +[text_shadow_blur_a.html] + expected: FAIL