blob: 86d0638a76925f3a647444c89309f2e7c81ba69b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[FileReader-multiple-reads.html]
type: testharness
[test FileReader InvalidStateError exception for readAsText]
expected: FAIL
[test FileReader InvalidStateError exception for readAsDataURL]
expected: FAIL
[test FileReader InvalidStateError exception for readAsArrayBuffer]
expected: FAIL
[test FileReader InvalidStateError exception in onloadstart event for readAsArrayBuffer]
expected: FAIL
[test FileReader no InvalidStateError exception in onloadstart event for readAsArrayBuffer]
expected: FAIL
|