mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #7121 - dzbarsky:css-color, r=jdm
Enable CSS Color wpt tests <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7121) <!-- Reviewable:end -->
This commit is contained in:
commit
e24cf8bd9f
84 changed files with 189 additions and 31 deletions
|
@ -17,3 +17,9 @@ skip: true
|
||||||
skip: true
|
skip: true
|
||||||
[xhtml1print]
|
[xhtml1print]
|
||||||
skip: true
|
skip: true
|
||||||
|
[css-color-3_dev]
|
||||||
|
skip: false
|
||||||
|
[xhtml1]
|
||||||
|
skip: true
|
||||||
|
[xhtml1print]
|
||||||
|
skip: true
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t32-opacity-offscreen-multiple-boxes-1-c.htm]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t32-opacity-offscreen-multiple-boxes-2-c.htm]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-hex-parsing-f.htm]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t425-hsla-values-b.htm]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t31-color-currentColor-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t32-opacity-offscreen-multiple-boxes-1-c.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t32-opacity-offscreen-multiple-boxes-2-c.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-func-int-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-func-no-mixed-f.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-func-pct-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-func-whitespace-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-hex-parsing-f.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-hex3-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-hex6-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-clamping-a0.0-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-func-int-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-func-no-mixed-f.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-func-pct-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-func-whitespace-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-onscreen-multiple-boxes-c.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t423-transparent-1-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t423-transparent-2-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t424-hsl-basic-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t424-hsl-parsing-f.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t425-hsla-onscreen-multiple-boxes-c.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t425-hsla-parsing-f.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t44-currentcolor-background-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t44-currentcolor-border-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t31-color-currentColor-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t32-opacity-offscreen-multiple-boxes-1-c.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t32-opacity-offscreen-multiple-boxes-2-c.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-func-int-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-func-no-mixed-f.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-func-pct-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-func-whitespace-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-hex-parsing-f.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-hex3-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t421-rgb-hex6-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-clamping-a0.0-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-func-int-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-func-no-mixed-f.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-func-pct-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-func-whitespace-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t422-rgba-onscreen-multiple-boxes-c.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t423-transparent-1-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t423-transparent-2-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t424-hsl-basic-a.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t424-hsl-parsing-f.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t425-hsla-onscreen-multiple-boxes-c.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t425-hsla-parsing-f.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t44-currentcolor-background-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
||||||
|
[t44-currentcolor-border-b.xht]
|
||||||
|
type: reftest
|
||||||
|
expected: FAIL
|
|
@ -2,4 +2,4 @@
|
||||||
type: reftest
|
type: reftest
|
||||||
disabled: unstable
|
disabled: unstable
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[c5502-imrgn-r-005.htm]
|
[c5502-imrgn-r-005.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[c5502-imrgn-r-006.htm]
|
[c5502-imrgn-r-006.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[c5504-imrgn-l-005.htm]
|
[c5504-imrgn-l-005.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[c5504-imrgn-l-006.htm]
|
[c5504-imrgn-l-006.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[c5505-imrgn-000.htm]
|
[c5505-imrgn-000.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[c5507-ipadn-r-004.htm]
|
[c5507-ipadn-r-004.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[c5509-ipadn-l-004.htm]
|
[c5509-ipadn-l-004.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[float-applies-to-001a.htm]
|
[float-applies-to-001a.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[float-applies-to-004a.htm]
|
[float-applies-to-004a.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[float-applies-to-005.htm]
|
[float-applies-to-005.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[float-applies-to-006.htm]
|
[float-applies-to-006.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-013.htm]
|
[font-family-013.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-001.htm]
|
[font-family-applies-to-001.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-002.htm]
|
[font-family-applies-to-002.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-005.htm]
|
[font-family-applies-to-005.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-006.htm]
|
[font-family-applies-to-006.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-007.htm]
|
[font-family-applies-to-007.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-008.htm]
|
[font-family-applies-to-008.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-009.htm]
|
[font-family-applies-to-009.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-010.htm]
|
[font-family-applies-to-010.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-011.htm]
|
[font-family-applies-to-011.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-014.htm]
|
[font-family-applies-to-014.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-015.htm]
|
[font-family-applies-to-015.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-family-applies-to-017.htm]
|
[font-family-applies-to-017.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-size-122.htm]
|
[font-size-122.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-size-zero-1.htm]
|
[font-size-zero-1.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-size-zero-2.htm]
|
[font-size-zero-2.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[fonts-013.htm]
|
[fonts-013.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[margin-collapse-137.htm]
|
[margin-collapse-137.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[margin-collapse-138.htm]
|
[margin-collapse-138.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux"): FAIL
|
if os == "linux": FAIL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue