diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-10 16:03:28 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-10 16:10:34 +0200 |
commit | bce5544a31ffb3d95b6d7cb4dd0890289d49d8a0 (patch) | |
tree | 2bea7316302152703a18c5b024655bf8f171a243 | |
parent | dc47e66d8c955b2c84b780b3c93cf28e01fe6126 (diff) | |
download | servo-bce5544a31ffb3d95b6d7cb4dd0890289d49d8a0.tar.gz servo-bce5544a31ffb3d95b6d7cb4dd0890289d49d8a0.zip |
Enable canvas_over_area.html (closes #8311)
This was related to #7787 that was closed because it didn't happen for a long time.
We check whether that is the case for #8311 too.
-rw-r--r-- | etc/ci/former_intermittents_wpt.txt | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/meta/css/canvas_over_area.html.ini | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/etc/ci/former_intermittents_wpt.txt b/etc/ci/former_intermittents_wpt.txt index d1d4c3c70bd..6001c12b3a2 100644 --- a/etc/ci/former_intermittents_wpt.txt +++ b/etc/ci/former_intermittents_wpt.txt @@ -1 +1,2 @@ +/_mozilla/mozilla/css/canvas_over_area.html /_mozilla/mozilla/css/iframe/hide_layers2.html diff --git a/tests/wpt/mozilla/meta/css/canvas_over_area.html.ini b/tests/wpt/mozilla/meta/css/canvas_over_area.html.ini deleted file mode 100644 index 33e5d860620..00000000000 --- a/tests/wpt/mozilla/meta/css/canvas_over_area.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[canvas_over_area.html] - type: reftest - disabled: 8311 |