Update web-platform-tests to revision 2b758296541cf4f2209b8c2352cf6c7890c97be3

This commit is contained in:
WPT Sync Bot 2018-10-22 21:28:54 -04:00
parent 2304f02123
commit 835d593cd0
118 changed files with 3269 additions and 703 deletions

View file

@ -0,0 +1,31 @@
[list-interpolation.html]
[Animation between "scale(2) rotate(0deg) translate(100px)" and "rotate(720deg) scale(2) translate(200px)" at progress 0.25]
expected: FAIL
[Animation between "rotate(0deg) translate(100px)" and "rotate(720deg) scale(2) translate(200px)" at progress 0.25]
expected: FAIL
[Animation between "translateX(100px) scaleX(3) translate(500px) scale(2)" and "translateY(200px) scale(5) translateX(100px) scaleY(3)" at progress 0.25]
expected: FAIL
[Animation between "none" and "none" at progress 0.25]
expected: FAIL
[Animation between "translate(200px) rotate(720deg)" and "none" at progress 0.25]
expected: FAIL
[Animation between "translate(100px) rotate(720deg)" and "translate(200px)" at progress 0.25]
expected: FAIL
[Animation between "translate(100px)" and "translate(200px) rotate(720deg)" at progress 0.25]
expected: FAIL
[Animation between "scale(2) rotate(0deg)" and "rotate(720deg) scale(2) translate(200px)" at progress 0.25]
expected: FAIL
[Animation between "none" and "translate(200px) rotate(720deg)" at progress 0.25]
expected: FAIL
[Animation between "scale(2) rotate(360deg) translate(100px) matrix(1, 0, 0, 1, 100, 0) skew(0deg)" and "scale(3) rotate(1080deg) translate(200px) matrix(1, 0, 0, 1, 0, 200) skew(720deg)" at progress 0.25]
expected: FAIL

View file

@ -0,0 +1,2 @@
[dynamic-fixed-pos-cb-change.html]
expected: TIMEOUT