blob: 0ee3c32da5c96fcb63f2a12710bc5a8942fe7f16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
[idlharness.window.html]
[DataTransferItem interface: operation webkitGetAsEntry()]
expected:
if os == "android": FAIL
[HTMLInputElement interface: attribute webkitdirectory]
expected:
if os == "android": FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "webkitdirectory" with the proper type]
expected:
if os == "android": FAIL
[HTMLInputElement interface: attribute webkitEntries]
expected:
if os == "android": FAIL
[File interface: new File([\], "example.txt") must inherit property "webkitRelativePath" with the proper type]
expected:
if os == "android": FAIL
[File interface: attribute webkitRelativePath]
expected:
if os == "android": FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "webkitEntries" with the proper type]
expected:
if os == "android": FAIL
|