Auto merge of #12662 - izgzhen:fileapi-idlharness, r=Ms2ger

Update FileAPI WPT idlharness

Updated to match the latest https://w3c.github.io/FileAPI/#idl-index

<!-- 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/12662)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-08-01 09:01:27 -05:00 committed by GitHub
commit 76ae608290
3 changed files with 52 additions and 28 deletions

View file

@ -54,15 +54,27 @@
[Event interface: existence and properties of interface object]
expected: FAIL
[Blob interface: existence and properties of interface object]
[FileReader interface: operation readAsBinaryString(Blob)]
expected: FAIL
[File interface: existence and properties of interface object]
[FileReader interface: new FileReader() must inherit property "readAsBinaryString" with the proper type (1)]
expected: FAIL
[FileList interface: existence and properties of interface object]
[FileReader interface: calling readAsBinaryString(Blob) on new FileReader() with too few arguments must throw TypeError]
expected: FAIL
[FileReader interface: existence and properties of interface object]
[FileReaderSync interface: operation readAsBinaryString(Blob)]
expected: FAIL
[FileReaderSync interface: new FileReaderSync() must inherit property "readAsBinaryString" with the proper type (1)]
expected: FAIL
[FileReaderSync interface: calling readAsBinaryString(Blob) on new FileReaderSync() with too few arguments must throw TypeError]
expected: FAIL
[FileReaderSync interface: new FileReaderSync() must inherit property "readAsText" with the proper type (2)]
expected: FAIL
[FileReaderSync interface: new FileReaderSync() must inherit property "readAsDataURL" with the proper type (3)]
expected: FAIL