diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-07-23 12:34:48 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-07-23 23:09:55 +0200 |
commit | 9dc906a633d7ce4e931383f9e0cac30e83b6d188 (patch) | |
tree | e71c3402fd1ee1ddf71796c0b846e740001bd9d0 | |
parent | 3d57c22e9cda982923dd184152d3f187910d7b46 (diff) | |
download | servo-9dc906a633d7ce4e931383f9e0cac30e83b6d188.tar.gz servo-9dc906a633d7ce4e931383f9e0cac30e83b6d188.zip |
Update WPT expectations.
4 files changed, 0 insertions, 67 deletions
diff --git a/tests/wpt/metadata/css/css-color/parsing/opacity-computed.html.ini b/tests/wpt/metadata/css/css-color/parsing/opacity-computed.html.ini deleted file mode 100644 index 398af5e3762..00000000000 --- a/tests/wpt/metadata/css/css-color/parsing/opacity-computed.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[opacity-computed.html] - [Property opacity value '-100%' computes to '0'] - expected: FAIL - - [Property opacity value '50%' computes to '0.5'] - expected: FAIL - diff --git a/tests/wpt/metadata/css/css-color/parsing/opacity-valid.html.ini b/tests/wpt/metadata/css/css-color/parsing/opacity-valid.html.ini deleted file mode 100644 index 746de358048..00000000000 --- a/tests/wpt/metadata/css/css-color/parsing/opacity-valid.html.ini +++ /dev/null @@ -1,10 +0,0 @@ -[opacity-valid.html] - [e.style['opacity'\] = "300%" should set the property value] - expected: FAIL - - [e.style['opacity'\] = "50%" should set the property value] - expected: FAIL - - [e.style['opacity'\] = "-100%" should set the property value] - expected: FAIL - diff --git a/tests/wpt/metadata/css/css-images/parsing/gradient-position-invalid.html.ini b/tests/wpt/metadata/css/css-images/parsing/gradient-position-invalid.html.ini deleted file mode 100644 index 3b7cc7d1d16..00000000000 --- a/tests/wpt/metadata/css/css-images/parsing/gradient-position-invalid.html.ini +++ /dev/null @@ -1,25 +0,0 @@ -[gradient-position-invalid.html] - [e.style['background-image'\] = "radial-gradient(at center left 1px, red, blue)" should not set the property value] - expected: FAIL - - [e.style['background-image'\] = "radial-gradient(at center top 2px, red, blue)" should not set the property value] - expected: FAIL - - [e.style['background-image'\] = "radial-gradient(at right 3% center, red, blue)" should not set the property value] - expected: FAIL - - [e.style['background-image'\] = "radial-gradient(at left 4px top, red, blue)" should not set the property value] - expected: FAIL - - [e.style['background-image'\] = "radial-gradient(at right top 5px, red, blue)" should not set the property value] - expected: FAIL - - [e.style['background-image'\] = "radial-gradient(at bottom 6% center, red, blue)" should not set the property value] - expected: FAIL - - [e.style['background-image'\] = "radial-gradient(at bottom 7% left, red, blue)" should not set the property value] - expected: FAIL - - [e.style['background-image'\] = "radial-gradient(at bottom right 8%, red, blue)" should not set the property value] - expected: FAIL - diff --git a/tests/wpt/metadata/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini b/tests/wpt/metadata/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini deleted file mode 100644 index 0dd0ca7f244..00000000000 --- a/tests/wpt/metadata/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini +++ /dev/null @@ -1,25 +0,0 @@ -[perspective-origin-parsing-invalid.html] - [e.style['perspective-origin'\] = "center left 1px" should not set the property value] - expected: FAIL - - [e.style['perspective-origin'\] = "center top 2px" should not set the property value] - expected: FAIL - - [e.style['perspective-origin'\] = "right 3% center" should not set the property value] - expected: FAIL - - [e.style['perspective-origin'\] = "left 4px top" should not set the property value] - expected: FAIL - - [e.style['perspective-origin'\] = "right top 5px" should not set the property value] - expected: FAIL - - [e.style['perspective-origin'\] = "bottom 6% center" should not set the property value] - expected: FAIL - - [e.style['perspective-origin'\] = "bottom 7% left" should not set the property value] - expected: FAIL - - [e.style['perspective-origin'\] = "bottom right 8%" should not set the property value] - expected: FAIL - |