Update web-platform-tests to revision 6e9693d2690e0648fb9a1bd902af7cc078f28515

This commit is contained in:
WPT Sync Bot 2018-11-03 21:29:40 -04:00
parent 4ec7dedce1
commit 612038c4d6
56 changed files with 1374 additions and 477 deletions

View file

@ -1,4 +1,13 @@
[transition-timing-function-valid.html]
[e.style['transition-timing-function'\] = "steps(2, end)" should set the property value]
[e.style['transition-timing-function'\] = "steps(2, jump-both)" should set the property value]
expected: FAIL
[e.style['transition-timing-function'\] = "steps(2, jump-none)" should set the property value]
expected: FAIL
[e.style['transition-timing-function'\] = "steps(2, jump-start)" should set the property value]
expected: FAIL
[e.style['transition-timing-function'\] = "steps(2, jump-end)" should set the property value]
expected: FAIL