OLD | NEW |
1 Test that ancestors of modal <dialog> are inert. To test manually, click the lef
t box. There should be no change. Then click the right box. If both boxes turn g
reen, the test passes. | 1 Test that ancestors of modal <dialog> are inert. To test manually, click the lef
t box. There should be no change. Then click the right box. If both boxes turn g
reen, the test passes. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Clicking on ancestor | 6 Clicking on ancestor |
7 PASS handledEvent.document is true | 7 PASS handledEvent.document is true |
8 PASS handledEvent.body is false | 8 PASS handledEvent.body is false |
9 PASS handledEvent.dialog is false | 9 PASS handledEvent.dialog is false |
10 PASS handledEvent.div is false | 10 PASS handledEvent.div is false |
11 Clicking on dialog | 11 Clicking on dialog |
12 PASS handledEvent.document is true | 12 PASS handledEvent.document is true |
13 PASS handledEvent.body is true | 13 PASS handledEvent.body is true |
14 PASS handledEvent.dialog is true | 14 PASS handledEvent.dialog is true |
15 PASS handledEvent.div is true | 15 PASS handledEvent.div is true |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 | 19 |
OLD | NEW |