diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-10 14:45:31 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-10 14:52:45 +0200 |
commit | 7f8cce6beb246e8db4d4cabff6820db475f7d20c (patch) | |
tree | ac9b0c4fa118f104fc11f7f98964c43336336737 | |
parent | c726eb3a82b28f60923a1332eac8277e73df3252 (diff) | |
download | servo-7f8cce6beb246e8db4d4cabff6820db475f7d20c.tar.gz servo-7f8cce6beb246e8db4d4cabff6820db475f7d20c.zip |
Enable hide_layers2.html (closes #8769)
This was apparently fixed by #10082.
-rw-r--r-- | etc/ci/former_intermittents_wpt.txt | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/meta/css/iframe/hide_layers2.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 e69de29bb2d..d1d4c3c70bd 100644 --- a/etc/ci/former_intermittents_wpt.txt +++ b/etc/ci/former_intermittents_wpt.txt @@ -0,0 +1 @@ +/_mozilla/mozilla/css/iframe/hide_layers2.html diff --git a/tests/wpt/mozilla/meta/css/iframe/hide_layers2.html.ini b/tests/wpt/mozilla/meta/css/iframe/hide_layers2.html.ini deleted file mode 100644 index 1ffbda3aa44..00000000000 --- a/tests/wpt/mozilla/meta/css/iframe/hide_layers2.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[hide_layers2.html] - type: reftest - disabled: too many intermittent failures in https://github.com/servo/servo/issues/8769 |