Disable intermittent history and iframe tests.

See:
  https://github.com/servo/servo/issues/11825
  https://github.com/servo/servo/issues/12580
This commit is contained in:
Glenn Watson 2016-09-20 08:20:11 +10:00
parent 7d3c7beb21
commit ff8786a8f6
3 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,3 @@
[iframe_visibility.html]
type: testharness
disabled: https://github.com/servo/servo/issues/11825