diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-04-16 21:25:34 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-04-16 21:25:34 +0200 |
commit | b25865c6645dfbf0e340c4f46b11b45aa0d70f19 (patch) | |
tree | 26103f776d1bd75e928db8862a73f8544702976d | |
parent | 124f462d09b83dd76a8a2c39a03d37e1c1beba5a (diff) | |
download | servo-b25865c6645dfbf0e340c4f46b11b45aa0d70f19.tar.gz servo-b25865c6645dfbf0e340c4f46b11b45aa0d70f19.zip |
Fix WPT expectations.
-rw-r--r-- | tests/wpt/metadata/css/css-backgrounds/parsing/background-image-computed.sub.html.ini | 21 | ||||
-rw-r--r-- | tests/wpt/metadata/css/css-variables/variable-substitution-variable-declaration.html.ini | 4 |
2 files changed, 0 insertions, 25 deletions
diff --git a/tests/wpt/metadata/css/css-backgrounds/parsing/background-image-computed.sub.html.ini b/tests/wpt/metadata/css/css-backgrounds/parsing/background-image-computed.sub.html.ini index ec42c320759..1e7e5e2716f 100644 --- a/tests/wpt/metadata/css/css-backgrounds/parsing/background-image-computed.sub.html.ini +++ b/tests/wpt/metadata/css/css-backgrounds/parsing/background-image-computed.sub.html.ini @@ -5,30 +5,9 @@ [Property background-image value 'conic-gradient(from 45deg at 10px 10px, red, blue)'] expected: FAIL - [Property background-image value 'radial-gradient(at 50%, red, blue)'] - expected: FAIL - - [Property background-image value 'radial-gradient(farthest-side, rgb(255, 0, 0), rgb(0, 0, 255))'] - expected: FAIL - - [Property background-image value 'radial-gradient(farthest-corner at 50%, red, blue)'] - expected: FAIL - - [Property background-image value 'radial-gradient(farthest-corner at center, red, blue)'] - expected: FAIL - - [Property background-image value 'radial-gradient(at center, red, blue)'] - expected: FAIL - [Property background-image value 'conic-gradient(from 0deg, red, blue)'] expected: FAIL - [Property background-image value 'radial-gradient(farthest-corner, red, blue)'] - expected: FAIL - - [Property background-image value 'radial-gradient(rgb(255, 0, 0), rgb(0, 0, 255))'] - expected: FAIL - [Property background-image value 'conic-gradient(at 10px 10px, rgb(255, 0, 0), rgb(0, 0, 255))'] expected: FAIL diff --git a/tests/wpt/metadata/css/css-variables/variable-substitution-variable-declaration.html.ini b/tests/wpt/metadata/css/css-variables/variable-substitution-variable-declaration.html.ini deleted file mode 100644 index 9e37f672721..00000000000 --- a/tests/wpt/metadata/css/css-variables/variable-substitution-variable-declaration.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[variable-substitution-variable-declaration.html] - [target10 --varC] - expected: FAIL - |