OLD | NEW |
(Empty) | |
| 1 This test checks that div block should not get events on clicking the shadow out
side div block. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
| 9 |
| 10 Focus should remain in the textarea |
| 11 PASS document.activeElement.tagName is "TEXTAREA" |
| 12 |
| 13 Focus should move to the body |
| 14 PASS document.activeElement.tagName is "BODY" |
| 15 |
| 16 Focus should remain in the textarea |
| 17 PASS document.activeElement.tagName is "TEXTAREA" |
| 18 |
| 19 Focus should move to the body |
| 20 PASS document.activeElement.tagName is "BODY" |
| 21 |
OLD | NEW |