Enable a bunch of additional CSS tests, and remove ini files for directories that are skipped.

This commit is contained in:
Josh Matthews 2017-02-14 15:47:52 -05:00
parent 1dbc538589
commit 8d9008e5a7
302 changed files with 13814 additions and 860 deletions

View file

@ -1,5 +1,12 @@
skip: true
[compositing-1_dev]
skip: false
[xhtml1]
skip: true
[xhtml1print]
skip: true
[css21_dev]
skip: false
[xhtml1]
@ -7,6 +14,11 @@ skip: true
[xhtml1print]
skip: true
[css-animations-1_dev]
skip: false
[xhtml1]
skip: true
[css-backgrounds-3_dev]
skip: false
[xhtml1]
@ -35,6 +47,13 @@ skip: true
[xhtml1print]
skip: true
[css-images-3_dev]
skip: false
[xhtml1]
skip: true
[xhtml1print]
skip: true
[css-multicol-1_dev]
skip: true
[xhtml1]
@ -77,6 +96,18 @@ skip: true
[xhtml1print]
skip: true
[css-ui-3_dev]
skip: false
[xhtml1]
skip: true
[xhtml1print]
skip: true
[css-values-3_dev]
skip: false
[xhtml1]
skip: true
[css-variables-1_dev]
skip: false
[xhtml1]

View file

@ -0,0 +1,3 @@
[background-blend-mode-gradient-image.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +1,3 @@
[t31-color-currentColor-b.xht]
[mix-blend-mode-animation.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-blended-element-interposed.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-blended-element-overflow-hidden-and-border-radius.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-blended-element-overflow-scroll.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-blended-element-with-transparent-pixels.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-blended-with-3D-transform.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-blended-with-transform-and-perspective.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-blending-with-sibling.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-border-image.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-both-parent-and-blended-with-3D-transform.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-canvas-parent.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-canvas-sibling.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,5 @@
[mix-blend-mode-creates-stacking-context.htm]
type: testharness
[CSS Test: an element with mix-blend-mode other than normal creates a stacking context]
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-filter.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-iframe-parent.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-iframe-sibling.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-in-svg-image.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-mask.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-overflowing-child-of-blended-element.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-overflowing-child.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-paragraph-background-image.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +1,3 @@
[t421-rgb-func-no-mixed-f.xht]
[mix-blend-mode-paragraph.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-parent-element-overflow-hidden-and-border-radius.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-parent-element-overflow-scroll.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-parent-with-3D-transform.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-parent-with-border-radius.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-parent-with-text.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-script.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-sibling-with-3D-transform.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-simple.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-stacking-context-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-svg-rectangle.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +1,3 @@
[t424-hsl-parsing-f.xht]
[mix-blend-mode-svg.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,4 @@
[mix-blend-mode-transition.htm]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -1,3 +1,3 @@
[t421-rgb-func-int-a.xht]
[mix-blend-mode-video.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[mix-blend-mode-with-transform-and-preserve-3D.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[will-change-stacking-context-isolation-1.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[will-change-stacking-context-mix-blend-mode-1.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +1,3 @@
[MediaList.xht]
[animationevent-interface.htm]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,12 @@
[animationevent-types.htm]
type: testharness
expected: TIMEOUT
[animationstart event is instanceof AnimationEvent]
expected: TIMEOUT
[animationend event is instanceof AnimationEvent]
expected: TIMEOUT
[animationiteration event is instanceof AnimationEvent]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[caret-color-021.htm]
type: testharness
[Default caret-color is not interpolable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-filters-animation-brightness.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-filters-animation-combined-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-filters-animation-contrast.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-filters-animation-grayscale.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-filters-animation-hue-rotate.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-filters-animation-invert.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-filters-animation-opacity.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-filters-animation-saturate.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-filters-animation-sepia.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[vh-interpolate-pct.htm]
type: reftest
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[vh-interpolate-px.htm]
type: reftest
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[vh-interpolate-vh.htm]
type: reftest
expected: TIMEOUT

View file

@ -1,3 +0,0 @@
[t32-opacity-offscreen-multiple-boxes-1-c.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t32-opacity-offscreen-multiple-boxes-2-c.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t421-rgb-func-whitespace-b.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-clamping-a0.0-b.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-func-int-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-func-no-mixed-f.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-func-pct-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-func-whitespace-b.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-onscreen-multiple-boxes-c.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t423-transparent-1-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t423-transparent-2-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t425-hsla-onscreen-multiple-boxes-c.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t425-hsla-parsing-f.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t44-currentcolor-background-b.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t44-currentcolor-border-b.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t31-color-currentColor-b.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t32-opacity-offscreen-multiple-boxes-1-c.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t32-opacity-offscreen-multiple-boxes-2-c.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t421-rgb-func-int-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t421-rgb-func-no-mixed-f.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t421-rgb-func-pct-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t421-rgb-func-whitespace-b.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t421-rgb-hex-parsing-f.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-clamping-a0.0-b.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-func-int-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-func-no-mixed-f.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-func-pct-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-func-whitespace-b.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t422-rgba-onscreen-multiple-boxes-c.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t423-transparent-1-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t423-transparent-2-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t424-hsl-basic-a.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t424-hsl-parsing-f.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t425-hsla-onscreen-multiple-boxes-c.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t425-hsla-parsing-f.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t44-currentcolor-background-b.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[t44-currentcolor-border-b.xht]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-image-fallbacks-and-annotations.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-image-fallbacks-and-annotations002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-image-fallbacks-and-annotations003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-image-fallbacks-and-annotations004.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[css-image-fallbacks-and-annotations005.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[object-fit-contain-png-001c.htm]
type: reftest
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more