From 70c26216344997fb0c2aa2f66d3897a214375bd4 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Tue, 10 Jun 2025 05:29:50 +0100 Subject: [PATCH] LibWeb: Parse the `border-image-source` property --- Libraries/LibWeb/CSS/Properties.json | 12 + .../LibWeb/GenerateCSSPseudoElement.cpp | 1 + ...eclaration-has-indexed-property-getter.txt | 1 + ...upported-properties-and-default-values.txt | 2 + .../css/getComputedStyle-print-all.txt | 3 +- .../border-image-source-interpolation.txt | 590 +++++++++--------- .../parsing/border-image-source-invalid.txt | 7 + .../parsing/border-image-source-valid.txt | 7 + .../parsing/border-image-source-invalid.html | 20 + .../parsing/border-image-source-valid.html | 21 + 10 files changed, 368 insertions(+), 296 deletions(-) create mode 100644 Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/parsing/border-image-source-invalid.txt create mode 100644 Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/parsing/border-image-source-valid.txt create mode 100644 Tests/LibWeb/Text/input/wpt-import/css/css-backgrounds/parsing/border-image-source-invalid.html create mode 100644 Tests/LibWeb/Text/input/wpt-import/css/css-backgrounds/parsing/border-image-source-valid.html diff --git a/Libraries/LibWeb/CSS/Properties.json b/Libraries/LibWeb/CSS/Properties.json index 59b8b170532..8d5b19619a4 100644 --- a/Libraries/LibWeb/CSS/Properties.json +++ b/Libraries/LibWeb/CSS/Properties.json @@ -705,6 +705,18 @@ ], "max-values": 1 }, + "border-image-source": { + "affects-layout": false, + "animation-type": "discrete", + "inherited": false, + "initial": "none", + "valid-types": [ + "image" + ], + "valid-identifiers": [ + "none" + ] + }, "border-inline-color": { "inherited": false, "initial": "currentcolor", diff --git a/Meta/Lagom/Tools/CodeGenerators/LibWeb/GenerateCSSPseudoElement.cpp b/Meta/Lagom/Tools/CodeGenerators/LibWeb/GenerateCSSPseudoElement.cpp index 0fc33691e8b..d815a60902a 100644 --- a/Meta/Lagom/Tools/CodeGenerators/LibWeb/GenerateCSSPseudoElement.cpp +++ b/Meta/Lagom/Tools/CodeGenerators/LibWeb/GenerateCSSPseudoElement.cpp @@ -316,6 +316,7 @@ bool pseudo_element_supports_property(PseudoElement pseudo_element, PropertyID p append_property("border-bottom-style"sv); append_property("border-bottom-width"sv); append_property("border-color"sv); + append_property("border-image-source"sv); append_property("border-inline-end"sv); append_property("border-inline-end-color"sv); append_property("border-inline-end-style"sv); diff --git a/Tests/LibWeb/Text/expected/css/CSSStyleDeclaration-has-indexed-property-getter.txt b/Tests/LibWeb/Text/expected/css/CSSStyleDeclaration-has-indexed-property-getter.txt index adcdeeb8980..db1d5b99aea 100644 --- a/Tests/LibWeb/Text/expected/css/CSSStyleDeclaration-has-indexed-property-getter.txt +++ b/Tests/LibWeb/Text/expected/css/CSSStyleDeclaration-has-indexed-property-getter.txt @@ -105,6 +105,7 @@ All properties associated with getComputedStyle(document.body): "border-bottom-width", "border-end-end-radius", "border-end-start-radius", + "border-image-source", "border-inline-end-color", "border-inline-end-style", "border-inline-end-width", diff --git a/Tests/LibWeb/Text/expected/css/CSSStyleProperties-all-supported-properties-and-default-values.txt b/Tests/LibWeb/Text/expected/css/CSSStyleProperties-all-supported-properties-and-default-values.txt index 48adb7e096a..680a59a16a2 100644 --- a/Tests/LibWeb/Text/expected/css/CSSStyleProperties-all-supported-properties-and-default-values.txt +++ b/Tests/LibWeb/Text/expected/css/CSSStyleProperties-all-supported-properties-and-default-values.txt @@ -243,6 +243,8 @@ All supported properties and their default values exposed from CSSStylePropertie 'border-end-end-radius': '0px' 'borderEndStartRadius': '0px' 'border-end-start-radius': '0px' +'borderImageSource': 'none' +'border-image-source': 'none' 'borderInlineColor': 'rgb(0, 0, 0)' 'border-inline-color': 'rgb(0, 0, 0)' 'borderInlineEnd': '0px rgb(0, 0, 0)' diff --git a/Tests/LibWeb/Text/expected/css/getComputedStyle-print-all.txt b/Tests/LibWeb/Text/expected/css/getComputedStyle-print-all.txt index c10f655db89..2771c14d819 100644 --- a/Tests/LibWeb/Text/expected/css/getComputedStyle-print-all.txt +++ b/Tests/LibWeb/Text/expected/css/getComputedStyle-print-all.txt @@ -103,6 +103,7 @@ border-bottom-style: none border-bottom-width: 0px border-end-end-radius: 0px border-end-start-radius: 0px +border-image-source: none border-inline-end-color: rgb(0, 0, 0) border-inline-end-style: none border-inline-end-width: 0px @@ -158,7 +159,7 @@ grid-row-start: auto grid-template-areas: none grid-template-columns: none grid-template-rows: none -height: 2400px +height: 2415px inline-size: 784px inset-block-end: auto inset-block-start: auto diff --git a/Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/animations/border-image-source-interpolation.txt b/Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/animations/border-image-source-interpolation.txt index 45e5a9d9075..8f05b8fd4b6 100644 --- a/Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/animations/border-image-source-interpolation.txt +++ b/Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/animations/border-image-source-interpolation.txt @@ -2,298 +2,298 @@ Harness status: OK Found 294 tests -294 Fail -Fail CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [initial] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0) should be [initial] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [initial] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [initial] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0) should be [initial] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [initial] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [initial] -Fail CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (0) should be [initial] -Fail CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [initial] -Fail CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [initial] -Fail Web Animations: property from [initial] to [url(../support/orange_color.png)] at (0) should be [initial] -Fail Web Animations: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [initial] -Fail Web Animations: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [inherit] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [inherit] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [inherit] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [inherit] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [inherit] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [inherit] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [inherit] -Fail CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [inherit] -Fail CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [inherit] -Fail CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [inherit] -Fail Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [inherit] -Fail Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [inherit] -Fail Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [unset] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0) should be [unset] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [unset] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [unset] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0) should be [unset] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [unset] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [unset] -Fail CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (0) should be [unset] -Fail CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [unset] -Fail CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [unset] -Fail Web Animations: property from [unset] to [url(../support/orange_color.png)] at (0) should be [unset] -Fail Web Animations: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [unset] -Fail Web Animations: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [none] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0) should be [none] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [none] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [none] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0) should be [none] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [none] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [none] -Fail CSS Animations: property from [none] to [url(../support/orange_color.png)] at (0) should be [none] -Fail CSS Animations: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [none] -Fail CSS Animations: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [none] -Fail Web Animations: property from [none] to [url(../support/orange_color.png)] at (0) should be [none] -Fail Web Animations: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [none] -Fail Web Animations: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/aqua_color.png)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/aqua_color.png)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/aqua_color.png)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/aqua_color.png)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/aqua_color.png)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/aqua_color.png)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../support/aqua_color.png)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../support/aqua_color.png)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../support/aqua_color.png)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../support/aqua_color.png)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../support/aqua_color.png)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../support/aqua_color.png)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../support/aqua_color.png)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(-45deg, red, yellow)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(-45deg, red, yellow)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(-45deg, red, yellow)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(-45deg, red, yellow)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(-45deg, red, yellow)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(-45deg, red, yellow)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(-45deg, red, yellow)] -Fail CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(-45deg, red, yellow)] -Fail CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(-45deg, red, yellow)] -Fail CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] -Fail Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(-45deg, red, yellow)] -Fail Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(-45deg, red, yellow)] -Fail Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(-45deg, red, yellow)] -Fail Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] -Fail Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] -Fail Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] -Fail Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] \ No newline at end of file +294 Pass +Pass CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [initial] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0) should be [initial] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [initial] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [initial] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0) should be [initial] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [initial] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [initial] +Pass CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (0) should be [initial] +Pass CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [initial] +Pass CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [initial] +Pass Web Animations: property from [initial] to [url(../support/orange_color.png)] at (0) should be [initial] +Pass Web Animations: property from [initial] to [url(../support/orange_color.png)] at (0.3) should be [initial] +Pass Web Animations: property from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [initial] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [initial] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [initial] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [inherit] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [inherit] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [inherit] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [inherit] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [inherit] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [inherit] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [inherit] +Pass CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [inherit] +Pass CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [inherit] +Pass CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (-0.3) should be [inherit] +Pass Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (0) should be [inherit] +Pass Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.3) should be [inherit] +Pass Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [inherit] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [unset] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0) should be [unset] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [unset] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [unset] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0) should be [unset] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [unset] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [unset] +Pass CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (0) should be [unset] +Pass CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [unset] +Pass CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [unset] to [url(../support/orange_color.png)] at (-0.3) should be [unset] +Pass Web Animations: property from [unset] to [url(../support/orange_color.png)] at (0) should be [unset] +Pass Web Animations: property from [unset] to [url(../support/orange_color.png)] at (0.3) should be [unset] +Pass Web Animations: property from [unset] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [unset] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [unset] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [unset] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [none] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0) should be [none] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [none] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [none] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0) should be [none] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [none] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [none] +Pass CSS Animations: property from [none] to [url(../support/orange_color.png)] at (0) should be [none] +Pass CSS Animations: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [none] +Pass CSS Animations: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [none] to [url(../support/orange_color.png)] at (-0.3) should be [none] +Pass Web Animations: property from [none] to [url(../support/orange_color.png)] at (0) should be [none] +Pass Web Animations: property from [none] to [url(../support/orange_color.png)] at (0.3) should be [none] +Pass Web Animations: property from [none] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [none] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [none] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [none] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/aqua_color.png)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/aqua_color.png)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/aqua_color.png)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (-0.3) should be [url(../support/aqua_color.png)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0) should be [url(../support/aqua_color.png)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.3) should be [url(../support/aqua_color.png)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (0.6) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1) should be [url(../support/orange_color.png)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [url(../support/orange_color.png)] at (1.5) should be [url(../support/orange_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../support/aqua_color.png)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../support/aqua_color.png)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../support/aqua_color.png)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../support/aqua_color.png)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../support/aqua_color.png)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../support/aqua_color.png)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../support/aqua_color.png)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass Web Animations: property from [url(../support/aqua_color.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(-45deg, red, yellow)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(-45deg, red, yellow)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(-45deg, red, yellow)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-behavior:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(-45deg, red, yellow)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(-45deg, red, yellow)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(-45deg, red, yellow)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(-45deg, red, yellow)] +Pass CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(-45deg, red, yellow)] +Pass CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(-45deg, red, yellow)] +Pass CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass CSS Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] +Pass Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [linear-gradient(-45deg, red, yellow)] +Pass Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0) should be [linear-gradient(-45deg, red, yellow)] +Pass Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [linear-gradient(-45deg, red, yellow)] +Pass Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.5) should be [linear-gradient(45deg, blue, orange)] +Pass Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] +Pass Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] +Pass Web Animations: property from [linear-gradient(-45deg, red, yellow)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] \ No newline at end of file diff --git a/Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/parsing/border-image-source-invalid.txt b/Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/parsing/border-image-source-invalid.txt new file mode 100644 index 00000000000..47a80a39437 --- /dev/null +++ b/Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/parsing/border-image-source-invalid.txt @@ -0,0 +1,7 @@ +Harness status: OK + +Found 2 tests + +2 Pass +Pass e.style['border-image-source'] = "auto" should not set the property value +Pass e.style['border-image-source'] = "none, url(\"http://www.example.com/\")" should not set the property value \ No newline at end of file diff --git a/Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/parsing/border-image-source-valid.txt b/Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/parsing/border-image-source-valid.txt new file mode 100644 index 00000000000..daabe3ee60b --- /dev/null +++ b/Tests/LibWeb/Text/expected/wpt-import/css/css-backgrounds/parsing/border-image-source-valid.txt @@ -0,0 +1,7 @@ +Harness status: OK + +Found 2 tests + +2 Pass +Pass e.style['border-image-source'] = "none" should set the property value +Pass e.style['border-image-source'] = "url(\"http://www.example.com/\")" should set the property value \ No newline at end of file diff --git a/Tests/LibWeb/Text/input/wpt-import/css/css-backgrounds/parsing/border-image-source-invalid.html b/Tests/LibWeb/Text/input/wpt-import/css/css-backgrounds/parsing/border-image-source-invalid.html new file mode 100644 index 00000000000..4609194c3c7 --- /dev/null +++ b/Tests/LibWeb/Text/input/wpt-import/css/css-backgrounds/parsing/border-image-source-invalid.html @@ -0,0 +1,20 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-source with invalid values + + + + + + + + + + + diff --git a/Tests/LibWeb/Text/input/wpt-import/css/css-backgrounds/parsing/border-image-source-valid.html b/Tests/LibWeb/Text/input/wpt-import/css/css-backgrounds/parsing/border-image-source-valid.html new file mode 100644 index 00000000000..200831f1627 --- /dev/null +++ b/Tests/LibWeb/Text/input/wpt-import/css/css-backgrounds/parsing/border-image-source-valid.html @@ -0,0 +1,21 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-source with valid values + + + + + + + + + + +