Auto merge of #13328 - glennw:disable-some-tests, r=jdm

Disable intermittent history and iframe tests.

See:
  https://github.com/servo/servo/issues/11825
  https://github.com/servo/servo/issues/12580

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13328)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-09-19 18:02:14 -05:00 committed by GitHub
commit be72afc804
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