Auto merge of #11078 - izgzhen:blob-test-fix, r=Ms2ger

Delete outdated test cases ini, addressing issue #11075

As discussed in issue #11075 , these two are no longer found in current `tests/wpt/web-platform-tests/FileAPI/blob/Blob-constructor.html`

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11078)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-05-08 08:29:41 -07:00
commit 47c2858647

View file

@ -3,9 +3,6 @@
[Passing non-objects, Dates and RegExps for blobParts should throw a TypeError.]
expected: FAIL
[Passing an platform object that supports indexed properties as the blobParts array should work (window).]
expected: FAIL
[Getters and value conversions should happen in order until an exception is thrown.]
expected: FAIL
@ -24,9 +21,6 @@
[Passing a Float64Array as element of the blobParts array should work.]
expected: FAIL
[Passing an platform object that supports indexed properties as the blobParts array should work (window with custom toString).]
expected: FAIL
[Passing an platform object that supports indexed properties as the blobParts array should work (select).]
expected: FAIL