aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/FileAPI/idlharness.worker.js.ini
blob: f8fee032964db4994307de3fae1cb1f65b7cd915 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[idlharness.worker.html]
  [FileReader interface: operation readAsBinaryString(Blob)]
    expected: FAIL

  [FileReader interface: calling readAsBinaryString(Blob) on new FileReader() with too few arguments must throw TypeError]
    expected: FAIL

  [FileReader interface: new FileReader() must inherit property "readAsBinaryString(Blob)" with the proper type]
    expected: FAIL

  [Blob interface: new Blob(["TEST"\]) must inherit property "stream()" with the proper type]
    expected: FAIL

  [Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "stream()" with the proper type]
    expected: FAIL