Duplicate existing CSS test metadata for newer testsuite.

This commit is contained in:
Josh Matthews 2017-10-31 12:47:14 -04:00
parent a45031f1c7
commit 15db457551
3422 changed files with 25003 additions and 0 deletions

View file

@ -0,0 +1,5 @@
[before-DOMContentLoaded-001.html]
type: testharness
[transition height from 10px to 100px / events]
expected: FAIL

View file

@ -0,0 +1,5 @@
[before-load-001.html]
type: testharness
[transition height from 10px to 100px / events]
expected: FAIL

View file

@ -0,0 +1,5 @@
[changing-while-transition.html]
type: testharness
[changing transition-property / values]
expected: FAIL

View file

@ -0,0 +1,5 @@
[currentcolor-animation-001.html]
type: testharness
[currentcolortransition]
expected: FAIL

View file

@ -0,0 +1,3 @@
[detached-container-001.html]
type: testharness
disabled: https://github.com/servo/servo/issues/10549

View file

@ -0,0 +1,3 @@
[events-002.html]
type: testharness
disabled: https://github.com/servo/servo/issues/14215

View file

@ -0,0 +1,3 @@
[events-003.html]
type: testharness
disabled: https://github.com/servo/servo/issues/14217

View file

@ -0,0 +1,3 @@
[events-004.html]
type: testharness
disabled: https://github.com/servo/servo/issues/13887

View file

@ -0,0 +1,11 @@
[events-005.html]
type: testharness
[property repetition / events]
expected: FAIL
[padding, padding-left / events]
expected: FAIL
[padding-left, padding / events]
expected: FAIL

View file

@ -0,0 +1,8 @@
[events-006.html]
type: testharness
[transition padding-left on :before / events]
expected: FAIL
[transition padding-left on :after / events]
expected: FAIL

View file

@ -0,0 +1,3 @@
[properties-value-001.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8764

View file

@ -0,0 +1,3 @@
[properties-value-002.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8764

View file

@ -0,0 +1,3 @@
[properties-value-003.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8764

View file

@ -0,0 +1,3 @@
[properties-value-auto-001.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8764

View file

@ -0,0 +1,3 @@
[properties-value-implicit-001.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8764

View file

@ -0,0 +1,3 @@
[properties-value-inherit-001.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8764

View file

@ -0,0 +1,3 @@
[properties-value-inherit-002.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8764

View file

@ -0,0 +1,3 @@
[properties-value-inherit-003.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8764

View file

@ -0,0 +1,3 @@
[pseudo-elements-001.html]
type: testharness
disabled: https://github.com/servo/servo/issues/13593

View file

@ -0,0 +1,38 @@
[transition-001.html]
type: testharness
[parse '1s']
expected: FAIL
[parse '1s 2s']
expected: FAIL
[parse '1s 2s ease-in']
expected: FAIL
[parse '1s ease-in 2s']
expected: FAIL
[parse 'ease-in 1s 2s']
expected: FAIL
[parse '1s width']
expected: FAIL
[parse 'width 1s']
expected: FAIL
[parse '1s width 2s']
expected: FAIL
[parse '1s 2s width ease-in']
expected: FAIL
[parse '1s ease-in 2s width']
expected: FAIL
[parse 'width ease-in 1s 2s']
expected: FAIL
[parse 'width .1s ease-in .2s']
expected: FAIL

View file

@ -0,0 +1,8 @@
[transition-property-002.html]
type: testharness
[parse 'none, all']
expected: FAIL
[parse 'all, none']
expected: FAIL

View file

@ -0,0 +1,38 @@
[transition-timing-function-001.html]
type: testharness
[parse 'ease']
expected: FAIL
[parse 'linear']
expected: FAIL
[parse 'ease-in']
expected: FAIL
[parse 'ease-out']
expected: FAIL
[parse 'ease-in-out']
expected: FAIL
[parse 'cubic-bezier(foobar)']
expected: FAIL
[parse 'steps(foobar)']
expected: FAIL
[parse 'steps(3.3, end)']
expected: FAIL
[parse 'steps(3, top)']
expected: FAIL
[parse 'steps(-3, top)']
expected: FAIL
[parse 'cubic-bezier(-0.1, -0.2, -0.3, -0.4)']
expected: FAIL
[parse 'cubic-bezier(1.1, 1.2, 1.3, 1.4)']
expected: FAIL

View file

@ -0,0 +1,3 @@
[transitions-animatable-properties-01.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8764