Skip to content

Commit

Permalink
Unskip css-transforms tests for layout_2020
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson committed Feb 20, 2020
1 parent f5ff38b commit 9a760cf
Show file tree
Hide file tree
Showing 317 changed files with 12,384 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/wpt/include-layout-2020.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ skip: true
skip: false
[css-color]
skip: false
[css-transforms]
skip: false
[filter-effects]
skip: false
[cssom-view]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[2d-rotate-001.html]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[2d-rotate-js.html]
[JS test: Rotate via javascript must show the correct computed rotation]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[composited-transform.html]
[An additive transform animation on-top of a replace transform animation should composite correctly]
expected: FAIL

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[matrix-interpolation.html]
[CSS Transitions: property <transform> from [rotateY(360deg)\] to [rotateX(720deg)\] at (0.5) should be [matrix(1, 0, 0, 1, 0, 0)\]]
expected: FAIL

[CSS Transitions with transition: all: property <transform> from [rotateY(360deg)\] to [rotateX(720deg)\] at (0.5) should be [matrix(1, 0, 0, 1, 0, 0)\]]
expected: FAIL

[Web Animations: property <transform> from [rotateY(360deg)\] to [rotateX(720deg)\] at (0.5) should be [matrix(1, 0, 0, 1, 0, 0)\]]
expected: FAIL

[CSS Animations: property <transform> from [rotateY(360deg)\] to [rotateX(720deg)\] at (0.5) should be [matrix(1, 0, 0, 1, 0, 0)\]]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
[perspective-composition.html]
[Compositing: property <perspective> underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]]
expected: FAIL

[Compositing: property <perspective> underlying [100px\] from add [100px\] to add [none\] at (1.5) should be [none\]]
expected: FAIL

[Compositing: property <perspective> underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]]
expected: FAIL

[Compositing: property <perspective> underlying [100px\] from add [100px\] to add [none\] at (1) should be [none\]]
expected: FAIL

[Compositing: property <perspective> underlying [100px\] from add [100px\] to add [none\] at (-0.3) should be [200px\]]
expected: FAIL

[Compositing: property <perspective> underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]]
expected: FAIL

[Compositing: property <perspective> underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]]
expected: FAIL

[Compositing: property <perspective> underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]]
expected: FAIL

[Compositing: property <perspective> underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]]
expected: FAIL

[Compositing: property <perspective> underlying [100px\] from add [100px\] to add [none\] at (0.5) should be [none\]]
expected: FAIL

[Compositing: property <perspective> underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]]
expected: FAIL

[Compositing: property <perspective> underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]]
expected: FAIL

[Compositing: property <perspective> underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]]
expected: FAIL

[Compositing: property <perspective> underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]]
expected: FAIL

[Compositing: property <perspective> underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]]
expected: FAIL

[Compositing: property <perspective> underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]]
expected: FAIL

[Compositing: property <perspective> underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]]
expected: FAIL

[Compositing: property <perspective> underlying [100px\] from add [100px\] to add [none\] at (0) should be [200px\]]
expected: FAIL

[Compositing: property <perspective> underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]]
expected: FAIL

[Compositing: property <perspective> underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]]
expected: FAIL

Loading

0 comments on commit 9a760cf

Please sign in to comment.