diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2016-09-20 08:20:11 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2016-09-20 08:20:11 +1000 |
commit | ff8786a8f6e6aee9892d52c1e91e1a26317d32cf (patch) | |
tree | 898a95150e76c742174ae08e0fa48e9357f0a549 | |
parent | 7d3c7beb215c18f10c03fb394eff9d152313dc59 (diff) | |
download | servo-ff8786a8f6e6aee9892d52c1e91e1a26317d32cf.tar.gz servo-ff8786a8f6e6aee9892d52c1e91e1a26317d32cf.zip |
Disable intermittent history and iframe tests.
See:
https://github.com/servo/servo/issues/11825
https://github.com/servo/servo/issues/12580
3 files changed, 5 insertions, 0 deletions
diff --git a/tests/wpt/metadata/html/browsers/history/the-history-interface/001.html.ini b/tests/wpt/metadata/html/browsers/history/the-history-interface/001.html.ini index a6dd33e8380..74b62c078df 100644 --- a/tests/wpt/metadata/html/browsers/history/the-history-interface/001.html.ini +++ b/tests/wpt/metadata/html/browsers/history/the-history-interface/001.html.ini @@ -1,5 +1,6 @@ [001.html] type: testharness + disabled: https://github.com/servo/servo/issues/12580 [history.length should update when setting location.hash] expected: FAIL diff --git a/tests/wpt/metadata/html/browsers/history/the-history-interface/002.html.ini b/tests/wpt/metadata/html/browsers/history/the-history-interface/002.html.ini index 6fec825a245..57fa69ebb97 100644 --- a/tests/wpt/metadata/html/browsers/history/the-history-interface/002.html.ini +++ b/tests/wpt/metadata/html/browsers/history/the-history-interface/002.html.ini @@ -1,5 +1,6 @@ [002.html] type: testharness + disabled: https://github.com/servo/servo/issues/12580 [history.length should update when setting location.hash] expected: FAIL diff --git a/tests/wpt/mozilla/meta/mozilla/mozbrowser/iframe_visibility.html.ini b/tests/wpt/mozilla/meta/mozilla/mozbrowser/iframe_visibility.html.ini new file mode 100644 index 00000000000..6b5a309d200 --- /dev/null +++ b/tests/wpt/mozilla/meta/mozilla/mozbrowser/iframe_visibility.html.ini @@ -0,0 +1,3 @@ +[iframe_visibility.html] + type: testharness + disabled: https://github.com/servo/servo/issues/11825 |