mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Parse all transition-property value as keyword
We were previously parsing this value, as a custom-ident, meaning that the code path for handling the `all` case wasn't being followed.
This commit is contained in:
committed by
Sam Atkins
parent
ac1c2a956a
commit
8a398e7a88
Notes:
github-actions[bot]
2025-04-27 08:49:59 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/8a398e7a880 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4490 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -2,20 +2,20 @@ Harness status: OK
|
||||
|
||||
Found 360 tests
|
||||
|
||||
276 Pass
|
||||
84 Fail
|
||||
350 Pass
|
||||
10 Fail
|
||||
Pass CSS Transitions: property <scale> from [-10 5] to [10 -5] at (-1) should be [-30 15]
|
||||
Pass CSS Transitions: property <scale> from [-10 5] to [10 -5] at (0) should be [-10 5]
|
||||
Pass CSS Transitions: property <scale> from [-10 5] to [10 -5] at (0.25) should be [-5 2.5]
|
||||
Pass CSS Transitions: property <scale> from [-10 5] to [10 -5] at (0.75) should be [5 -2.5]
|
||||
Pass CSS Transitions: property <scale> from [-10 5] to [10 -5] at (1) should be [10 -5]
|
||||
Pass CSS Transitions: property <scale> from [-10 5] to [10 -5] at (2) should be [30 -15]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (-1) should be [-30 15]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (0) should be [-10 5]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (0.25) should be [-5 2.5]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (0.75) should be [5 -2.5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (-1) should be [-30 15]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (0) should be [-10 5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (0.25) should be [-5 2.5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (0.75) should be [5 -2.5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (1) should be [10 -5]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (2) should be [30 -15]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5] to [10 -5] at (2) should be [30 -15]
|
||||
Pass CSS Animations: property <scale> from [-10 5] to [10 -5] at (-1) should be [-30 15]
|
||||
Pass CSS Animations: property <scale> from [-10 5] to [10 -5] at (0) should be [-10 5]
|
||||
Pass CSS Animations: property <scale> from [-10 5] to [10 -5] at (0.25) should be [-5 2.5]
|
||||
@@ -34,12 +34,12 @@ Pass CSS Transitions: property <scale> from [2 30 400] to [10 110 1200] at (0.12
|
||||
Pass CSS Transitions: property <scale> from [2 30 400] to [10 110 1200] at (0.875) should be [9 100 1100]
|
||||
Pass CSS Transitions: property <scale> from [2 30 400] to [10 110 1200] at (1) should be [10 110 1200]
|
||||
Pass CSS Transitions: property <scale> from [2 30 400] to [10 110 1200] at (2) should be [18 190 2000]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (-1) should be [-6 -50 -400]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (0) should be [2 30 400]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (0.125) should be [3 40 500]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (0.875) should be [9 100 1100]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (-1) should be [-6 -50 -400]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (0) should be [2 30 400]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (0.125) should be [3 40 500]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (0.875) should be [9 100 1100]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (1) should be [10 110 1200]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (2) should be [18 190 2000]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 30 400] to [10 110 1200] at (2) should be [18 190 2000]
|
||||
Pass CSS Animations: property <scale> from [2 30 400] to [10 110 1200] at (-1) should be [-6 -50 -400]
|
||||
Pass CSS Animations: property <scale> from [2 30 400] to [10 110 1200] at (0) should be [2 30 400]
|
||||
Pass CSS Animations: property <scale> from [2 30 400] to [10 110 1200] at (0.125) should be [3 40 500]
|
||||
@@ -58,12 +58,12 @@ Pass CSS Transitions: property <scale> from [26 17 9] to [2 1] at (0.125) should
|
||||
Pass CSS Transitions: property <scale> from [26 17 9] to [2 1] at (0.875) should be [5 3 2]
|
||||
Pass CSS Transitions: property <scale> from [26 17 9] to [2 1] at (1) should be [2 1]
|
||||
Pass CSS Transitions: property <scale> from [26 17 9] to [2 1] at (2) should be [-22 -15 -7]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (-1) should be [50 33 17]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (0) should be [26 17 9]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (0.125) should be [23 15 8]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (0.875) should be [5 3 2]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (-1) should be [50 33 17]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (0) should be [26 17 9]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (0.125) should be [23 15 8]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (0.875) should be [5 3 2]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (1) should be [2 1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (2) should be [-22 -15 -7]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [26 17 9] to [2 1] at (2) should be [-22 -15 -7]
|
||||
Pass CSS Animations: property <scale> from [26 17 9] to [2 1] at (-1) should be [50 33 17]
|
||||
Pass CSS Animations: property <scale> from [26 17 9] to [2 1] at (0) should be [26 17 9]
|
||||
Pass CSS Animations: property <scale> from [26 17 9] to [2 1] at (0.125) should be [23 15 8]
|
||||
@@ -82,12 +82,12 @@ Pass CSS Transitions: property <scale> from [1] to [10 -5 0] at (0.25) should be
|
||||
Pass CSS Transitions: property <scale> from [1] to [10 -5 0] at (0.75) should be [7.75 -3.5 0.25]
|
||||
Pass CSS Transitions: property <scale> from [1] to [10 -5 0] at (1) should be [10 -5 0]
|
||||
Pass CSS Transitions: property <scale> from [1] to [10 -5 0] at (2) should be [19 -11 -1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (-1) should be [-8 7 2]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (0) should be [1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (0.25) should be [3.25 -0.5 0.75]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (0.75) should be [7.75 -3.5 0.25]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (-1) should be [-8 7 2]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (0) should be [1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (0.25) should be [3.25 -0.5 0.75]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (0.75) should be [7.75 -3.5 0.25]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (1) should be [10 -5 0]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (2) should be [19 -11 -1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [1] to [10 -5 0] at (2) should be [19 -11 -1]
|
||||
Pass CSS Animations: property <scale> from [1] to [10 -5 0] at (-1) should be [-8 7 2]
|
||||
Pass CSS Animations: property <scale> from [1] to [10 -5 0] at (0) should be [1]
|
||||
Pass CSS Animations: property <scale> from [1] to [10 -5 0] at (0.25) should be [3.25 -0.5 0.75]
|
||||
@@ -106,12 +106,12 @@ Pass CSS Transitions: property <scale> from [-10 5 1] to [1] at (0.25) should be
|
||||
Pass CSS Transitions: property <scale> from [-10 5 1] to [1] at (0.75) should be [-1.75 2]
|
||||
Pass CSS Transitions: property <scale> from [-10 5 1] to [1] at (1) should be [1]
|
||||
Pass CSS Transitions: property <scale> from [-10 5 1] to [1] at (2) should be [12 -3]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (-1) should be [-21 9]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (0) should be [-10 5]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (0.25) should be [-7.25 4]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (0.75) should be [-1.75 2]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (-1) should be [-21 9]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (0) should be [-10 5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (0.25) should be [-7.25 4]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (0.75) should be [-1.75 2]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (1) should be [1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (2) should be [12 -3]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [-10 5 1] to [1] at (2) should be [12 -3]
|
||||
Pass CSS Animations: property <scale> from [-10 5 1] to [1] at (-1) should be [-21 9]
|
||||
Pass CSS Animations: property <scale> from [-10 5 1] to [1] at (0) should be [-10 5]
|
||||
Pass CSS Animations: property <scale> from [-10 5 1] to [1] at (0.25) should be [-7.25 4]
|
||||
@@ -154,12 +154,12 @@ Pass CSS Transitions: property <scale> from [none] to [4 3 2] at (0.125) should
|
||||
Pass CSS Transitions: property <scale> from [none] to [4 3 2] at (0.875) should be [3.625 2.75 1.875]
|
||||
Pass CSS Transitions: property <scale> from [none] to [4 3 2] at (1) should be [4 3 2]
|
||||
Pass CSS Transitions: property <scale> from [none] to [4 3 2] at (2) should be [7 5 3]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (-1) should be [-2 -1 0]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (0) should be [1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (0.125) should be [1.375 1.25 1.125]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (0.875) should be [3.625 2.75 1.875]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (-1) should be [-2 -1 0]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (0) should be [1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (0.125) should be [1.375 1.25 1.125]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (0.875) should be [3.625 2.75 1.875]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (1) should be [4 3 2]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (2) should be [7 5 3]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [none] to [4 3 2] at (2) should be [7 5 3]
|
||||
Pass CSS Animations: property <scale> from [none] to [4 3 2] at (-1) should be [-2 -1 0]
|
||||
Pass CSS Animations: property <scale> from [none] to [4 3 2] at (0) should be [1]
|
||||
Pass CSS Animations: property <scale> from [none] to [4 3 2] at (0.125) should be [1.375 1.25 1.125]
|
||||
@@ -178,12 +178,12 @@ Pass CSS Transitions: property <scale> from neutral to [1.5 1] at (0.25) should
|
||||
Pass CSS Transitions: property <scale> from neutral to [1.5 1] at (0.75) should be [1.4 1]
|
||||
Pass CSS Transitions: property <scale> from neutral to [1.5 1] at (1) should be [1.5 1]
|
||||
Pass CSS Transitions: property <scale> from neutral to [1.5 1] at (2) should be [1.9 1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (-1) should be [0.7 1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (0) should be [1.1 1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (0.25) should be [1.2 1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (0.75) should be [1.4 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (-1) should be [0.7 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (0) should be [1.1 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (0.25) should be [1.2 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (0.75) should be [1.4 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (1) should be [1.5 1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (2) should be [1.9 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from neutral to [1.5 1] at (2) should be [1.9 1]
|
||||
Fail CSS Animations: property <scale> from neutral to [1.5 1] at (-1) should be [0.7 1]
|
||||
Fail CSS Animations: property <scale> from neutral to [1.5 1] at (0) should be [1.1 1]
|
||||
Fail CSS Animations: property <scale> from neutral to [1.5 1] at (0.25) should be [1.2 1]
|
||||
@@ -202,12 +202,12 @@ Pass CSS Transitions: property <scale> from [initial] to [2 0.5 1] at (0.25) sho
|
||||
Pass CSS Transitions: property <scale> from [initial] to [2 0.5 1] at (0.75) should be [1.75 0.625]
|
||||
Pass CSS Transitions: property <scale> from [initial] to [2 0.5 1] at (1) should be [2 0.5]
|
||||
Pass CSS Transitions: property <scale> from [initial] to [2 0.5 1] at (2) should be [3 0]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (-1) should be [0 1.5]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (0) should be [1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (0.25) should be [1.25 0.875]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (0.75) should be [1.75 0.625]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (1) should be [2 0.5]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (2) should be [3 0]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (-1) should be [0 1.5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (0) should be [1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (0.25) should be [1.25 0.875]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (0.75) should be [1.75 0.625]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (1) should be [2 0.5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [2 0.5 1] at (2) should be [3 0]
|
||||
Pass CSS Animations: property <scale> from [initial] to [2 0.5 1] at (-1) should be [0 1.5]
|
||||
Pass CSS Animations: property <scale> from [initial] to [2 0.5 1] at (0) should be [1]
|
||||
Pass CSS Animations: property <scale> from [initial] to [2 0.5 1] at (0.25) should be [1.25 0.875]
|
||||
@@ -226,12 +226,12 @@ Pass CSS Transitions: property <scale> from [2 0.5 1] to [initial] at (0.25) sho
|
||||
Pass CSS Transitions: property <scale> from [2 0.5 1] to [initial] at (0.75) should be [1.25 0.875]
|
||||
Pass CSS Transitions: property <scale> from [2 0.5 1] to [initial] at (1) should be [1]
|
||||
Pass CSS Transitions: property <scale> from [2 0.5 1] to [initial] at (2) should be [0 1.5]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (-1) should be [3 0]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (0) should be [2 0.5]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (0.25) should be [1.75 0.6251]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (0.75) should be [1.25 0.875]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (1) should be [1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (2) should be [0 1.5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (-1) should be [3 0]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (0) should be [2 0.5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (0.25) should be [1.75 0.6251]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (0.75) should be [1.25 0.875]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (1) should be [1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [initial] at (2) should be [0 1.5]
|
||||
Pass CSS Animations: property <scale> from [2 0.5 1] to [initial] at (-1) should be [3 0]
|
||||
Pass CSS Animations: property <scale> from [2 0.5 1] to [initial] at (0) should be [2 0.5]
|
||||
Pass CSS Animations: property <scale> from [2 0.5 1] to [initial] at (0.25) should be [1.75 0.6251]
|
||||
@@ -250,12 +250,12 @@ Pass CSS Transitions: property <scale> from [unset] to [1.5 1] at (0.25) should
|
||||
Pass CSS Transitions: property <scale> from [unset] to [1.5 1] at (0.75) should be [1.375 1]
|
||||
Pass CSS Transitions: property <scale> from [unset] to [1.5 1] at (1) should be [1.5 1]
|
||||
Pass CSS Transitions: property <scale> from [unset] to [1.5 1] at (2) should be [2 1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (-1) should be [0.5 1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (0) should be [1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (0.25) should be [1.125 1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (0.75) should be [1.375 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (-1) should be [0.5 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (0) should be [1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (0.25) should be [1.125 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (0.75) should be [1.375 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (1) should be [1.5 1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (2) should be [2 1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [unset] to [1.5 1] at (2) should be [2 1]
|
||||
Pass CSS Animations: property <scale> from [unset] to [1.5 1] at (-1) should be [0.5 1]
|
||||
Pass CSS Animations: property <scale> from [unset] to [1.5 1] at (0) should be [1]
|
||||
Pass CSS Animations: property <scale> from [unset] to [1.5 1] at (0.25) should be [1.125 1]
|
||||
@@ -274,12 +274,12 @@ Pass CSS Transitions: property <scale> from [inherit] to [2 0.5 1] at (0.25) sho
|
||||
Pass CSS Transitions: property <scale> from [inherit] to [2 0.5 1] at (0.75) should be [1.625 0.625 1.25]
|
||||
Pass CSS Transitions: property <scale> from [inherit] to [2 0.5 1] at (1) should be [2 0.5]
|
||||
Pass CSS Transitions: property <scale> from [inherit] to [2 0.5 1] at (2) should be [3.5 0 0]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (-1) should be [-1 1.5 3]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (0) should be [0.5 1 2]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (0.25) should be [0.875 0.875 1.75]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (0.75) should be [1.625 0.625 1.25]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (1) should be [2 0.5]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (2) should be [3.5 0 0]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (-1) should be [-1 1.5 3]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (0) should be [0.5 1 2]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (0.25) should be [0.875 0.875 1.75]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (0.75) should be [1.625 0.625 1.25]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (1) should be [2 0.5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [2 0.5 1] at (2) should be [3.5 0 0]
|
||||
Pass CSS Animations: property <scale> from [inherit] to [2 0.5 1] at (-1) should be [-1 1.5 3]
|
||||
Pass CSS Animations: property <scale> from [inherit] to [2 0.5 1] at (0) should be [0.5 1 2]
|
||||
Pass CSS Animations: property <scale> from [inherit] to [2 0.5 1] at (0.25) should be [0.875 0.875 1.75]
|
||||
@@ -298,12 +298,12 @@ Pass CSS Transitions: property <scale> from [2 0.5 1] to [inherit] at (0.25) sho
|
||||
Pass CSS Transitions: property <scale> from [2 0.5 1] to [inherit] at (0.75) should be [0.875 0.875 1.75]
|
||||
Pass CSS Transitions: property <scale> from [2 0.5 1] to [inherit] at (1) should be [0.5 1 2]
|
||||
Pass CSS Transitions: property <scale> from [2 0.5 1] to [inherit] at (2) should be [-1 1.5 3]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (-1) should be [3.5 0 0]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (0) should be [2 0.5]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (0.25) should be [1.625 0.625 1.25]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (0.75) should be [0.875 0.875 1.75]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (-1) should be [3.5 0 0]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (0) should be [2 0.5]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (0.25) should be [1.625 0.625 1.25]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (0.75) should be [0.875 0.875 1.75]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (1) should be [0.5 1 2]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (2) should be [-1 1.5 3]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [2 0.5 1] to [inherit] at (2) should be [-1 1.5 3]
|
||||
Pass CSS Animations: property <scale> from [2 0.5 1] to [inherit] at (-1) should be [3.5 0 0]
|
||||
Pass CSS Animations: property <scale> from [2 0.5 1] to [inherit] at (0) should be [2 0.5]
|
||||
Pass CSS Animations: property <scale> from [2 0.5 1] to [inherit] at (0.25) should be [1.625 0.625 1.25]
|
||||
@@ -322,12 +322,12 @@ Pass CSS Transitions: property <scale> from [initial] to [inherit] at (0.25) sho
|
||||
Pass CSS Transitions: property <scale> from [initial] to [inherit] at (0.75) should be [0.625 1 1.75]
|
||||
Pass CSS Transitions: property <scale> from [initial] to [inherit] at (1) should be [0.5 1 2]
|
||||
Pass CSS Transitions: property <scale> from [initial] to [inherit] at (2) should be [0 1 3]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (-1) should be [1.5 1 0]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (0) should be [1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (0.25) should be [0.875 1 1.25]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (0.75) should be [0.625 1 1.75]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (-1) should be [1.5 1 0]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (0) should be [1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (0.25) should be [0.875 1 1.25]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (0.75) should be [0.625 1 1.75]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (1) should be [0.5 1 2]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (2) should be [0 1 3]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [initial] to [inherit] at (2) should be [0 1 3]
|
||||
Pass CSS Animations: property <scale> from [initial] to [inherit] at (-1) should be [1.5 1 0]
|
||||
Pass CSS Animations: property <scale> from [initial] to [inherit] at (0) should be [1]
|
||||
Pass CSS Animations: property <scale> from [initial] to [inherit] at (0.25) should be [0.875 1 1.25]
|
||||
@@ -346,12 +346,12 @@ Pass CSS Transitions: property <scale> from [inherit] to [initial] at (0.25) sho
|
||||
Pass CSS Transitions: property <scale> from [inherit] to [initial] at (0.75) should be [0.875 1 1.25]
|
||||
Pass CSS Transitions: property <scale> from [inherit] to [initial] at (1) should be [1]
|
||||
Pass CSS Transitions: property <scale> from [inherit] to [initial] at (2) should be [1.5 1 0]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (-1) should be [0 1 3]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (0) should be [0.5 1 2]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (0.25) should be [0.625 1 1.75]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (0.75) should be [0.875 1 1.25]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (1) should be [1]
|
||||
Fail CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (2) should be [1.5 1 0]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (-1) should be [0 1 3]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (0) should be [0.5 1 2]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (0.25) should be [0.625 1 1.75]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (0.75) should be [0.875 1 1.25]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (1) should be [1]
|
||||
Pass CSS Transitions with transition: all: property <scale> from [inherit] to [initial] at (2) should be [1.5 1 0]
|
||||
Pass CSS Animations: property <scale> from [inherit] to [initial] at (-1) should be [0 1 3]
|
||||
Pass CSS Animations: property <scale> from [inherit] to [initial] at (0) should be [0.5 1 2]
|
||||
Pass CSS Animations: property <scale> from [inherit] to [initial] at (0.25) should be [0.625 1 1.75]
|
||||
|
||||
@@ -2,8 +2,8 @@ Harness status: OK
|
||||
|
||||
Found 408 tests
|
||||
|
||||
54 Pass
|
||||
354 Fail
|
||||
58 Pass
|
||||
350 Fail
|
||||
Fail CSS Transitions: property <translate> from [-100px] to [100px] at (-1) should be [-300px]
|
||||
Pass CSS Transitions: property <translate> from [-100px] to [100px] at (0) should be [-100px]
|
||||
Fail CSS Transitions: property <translate> from [-100px] to [100px] at (0.25) should be [-50px]
|
||||
@@ -11,7 +11,7 @@ Fail CSS Transitions: property <translate> from [-100px] to [100px] at (0.75) sh
|
||||
Pass CSS Transitions: property <translate> from [-100px] to [100px] at (1) should be [100px]
|
||||
Fail CSS Transitions: property <translate> from [-100px] to [100px] at (2) should be [300px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100px] to [100px] at (-1) should be [-300px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100px] to [100px] at (0) should be [-100px]
|
||||
Pass CSS Transitions with transition: all: property <translate> from [-100px] to [100px] at (0) should be [-100px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100px] to [100px] at (0.25) should be [-50px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100px] to [100px] at (0.75) should be [50px]
|
||||
Pass CSS Transitions with transition: all: property <translate> from [-100px] to [100px] at (1) should be [100px]
|
||||
@@ -35,7 +35,7 @@ Fail CSS Transitions: property <translate> from [-100%] to [100%] at (0.75) shou
|
||||
Pass CSS Transitions: property <translate> from [-100%] to [100%] at (1) should be [100%]
|
||||
Fail CSS Transitions: property <translate> from [-100%] to [100%] at (2) should be [300%]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100%] to [100%] at (-1) should be [-300%]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100%] to [100%] at (0) should be [-100%]
|
||||
Pass CSS Transitions with transition: all: property <translate> from [-100%] to [100%] at (0) should be [-100%]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100%] to [100%] at (0.25) should be [-50%]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100%] to [100%] at (0.75) should be [50%]
|
||||
Pass CSS Transitions with transition: all: property <translate> from [-100%] to [100%] at (1) should be [100%]
|
||||
@@ -59,7 +59,7 @@ Fail CSS Transitions: property <translate> from [-100px -50px] to [100px 50px] a
|
||||
Pass CSS Transitions: property <translate> from [-100px -50px] to [100px 50px] at (1) should be [100px 50px]
|
||||
Fail CSS Transitions: property <translate> from [-100px -50px] to [100px 50px] at (2) should be [300px 150px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100px -50px] to [100px 50px] at (-1) should be [-300px -150px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100px -50px] to [100px 50px] at (0) should be [-100px -50px]
|
||||
Pass CSS Transitions with transition: all: property <translate> from [-100px -50px] to [100px 50px] at (0) should be [-100px -50px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100px -50px] to [100px 50px] at (0.25) should be [-50px -25px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from [-100px -50px] to [100px 50px] at (0.75) should be [50px 25px]
|
||||
Pass CSS Transitions with transition: all: property <translate> from [-100px -50px] to [100px 50px] at (1) should be [100px 50px]
|
||||
@@ -227,7 +227,7 @@ Fail CSS Transitions: property <translate> from neutral to [20px] at (0.75) shou
|
||||
Pass CSS Transitions: property <translate> from neutral to [20px] at (1) should be [20px]
|
||||
Fail CSS Transitions: property <translate> from neutral to [20px] at (2) should be [30px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from neutral to [20px] at (-1) should be [0px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from neutral to [20px] at (0) should be [10px]
|
||||
Pass CSS Transitions with transition: all: property <translate> from neutral to [20px] at (0) should be [10px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from neutral to [20px] at (0.25) should be [12.5px]
|
||||
Fail CSS Transitions with transition: all: property <translate> from neutral to [20px] at (0.75) should be [17.5px]
|
||||
Pass CSS Transitions with transition: all: property <translate> from neutral to [20px] at (1) should be [20px]
|
||||
|
||||
Reference in New Issue
Block a user