blob: 94cc9b0d78b871e9adfacbbf7726ce57bd2888fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[basic.html]
[close() then destroy()]
expected: FAIL
[destroy() then close request]
expected: FAIL
[Close request then destroy()]
expected: FAIL
[close() then requestClose()]
expected: FAIL
[destroy() then requestClose()]
expected: FAIL
[requestClose() then destroy()]
expected: FAIL
[requestClose() with no user activation]
expected: FAIL
|