Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Make sure that clicking on an inactive frame clears existing element focus. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 ===> Making a frame with a focused element inactive. | |
| 7 PASS doc.activeElement is innerInput | |
| 8 ===> Making the frame active again clicking by a non-focusable element. | |
| 9 PASS doc.activeElement is doc.body | |
| 10 PASS successfullyParsed is true | |
| 11 | |
| 12 TEST COMPLETE | |
| 13 | |
| OLD | NEW |