Enable CSS tests for all modules we partially support.

(Except Fonts, on the assumption #8374 will land first.)
This commit is contained in:
Geoffrey Sneddon 2015-11-09 22:25:17 +00:00
parent f3075d1319
commit 756d745cb8
1096 changed files with 3838 additions and 1 deletions

View file

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

View file

@ -0,0 +1,3 @@
[before-load-001.htm]
type: testharness
expected: TIMEOUT

View file

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

View file

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

View file

@ -0,0 +1,29 @@
[events-001.htm]
type: testharness
[transition:all, changing padding-left / events]
expected: FAIL
[transition:all, changing padding / events]
expected: FAIL
[transition:all, changing padding but not padding-bottom / events]
expected: FAIL
[transition:padding, changing padding-left / events]
expected: FAIL
[transition:padding, changing padding / events]
expected: FAIL
[transition:padding, changing padding but not padding-bottom / events]
expected: FAIL
[transition:padding-left, changing padding-left / events]
expected: FAIL
[transition:padding-left, changing padding / events]
expected: FAIL
[transition:padding-left, changing padding but not padding-bottom / events]
expected: FAIL

View file

@ -0,0 +1,8 @@
[events-002.htm]
type: testharness
[transitions:all, changing padding-left from nothing / events]
expected: FAIL
[transitions:all, changing padding from nothing / events]
expected: FAIL

View file

@ -0,0 +1,8 @@
[events-003.htm]
type: testharness
[duration: 0.1s, delay: -0.05s / events]
expected: FAIL
[duration: 0.1s, delay: -0.1s / events]
expected: FAIL

View file

@ -0,0 +1,8 @@
[events-004.htm]
type: testharness
[repeating lists / events]
expected: FAIL
[truncating lists / events]
expected: FAIL

View file

@ -0,0 +1,11 @@
[events-005.htm]
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.htm]
type: testharness
[transition padding-left on :before / events]
expected: FAIL
[transition padding-left on :after / events]
expected: FAIL

View file

@ -0,0 +1,5 @@
[hidden-container-001.htm]
type: testharness
[transition within display:none / values]
expected: FAIL

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,14 @@
[pseudo-elements-001.htm]
type: testharness
[transition padding-left on :before / values]
expected: FAIL
[transition padding-left on :after / values]
expected: FAIL
[transition padding-left on :before, changing content / values]
expected: FAIL
[transition padding-left on :after, changing content / values]
expected: FAIL

View file

@ -0,0 +1,17 @@
[transition-001.htm]
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

View file

@ -0,0 +1,8 @@
[transition-duration-001.htm]
type: testharness
[parse '-5s']
expected: FAIL
[parse '-500ms']
expected: FAIL

View file

@ -0,0 +1,23 @@
[transition-property-002.htm]
type: testharness
[parse 'none, all']
expected: FAIL
[parse 'all, none']
expected: FAIL
[parse 'foobar']
expected: FAIL
[parse 'all, foobar']
expected: FAIL
[parse 'foobar, all']
expected: FAIL
[parse 'inherit']
expected: FAIL
[parse 'initial']
expected: FAIL

View file

@ -0,0 +1,11 @@
[transition-timing-function-001.htm]
type: testharness
[parse 'steps(3)']
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.htm]
type: testharness
disabled: https://github.com/servo/servo/issues/8764