blob: 971b195356cc9ead45970e1e564b40e9f4cfae71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[event-load.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[XMLHttpRequest: The send() method: Fire an event named load (synchronous flag is unset)]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[event-load.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|