Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This tests that media element in a standalone media document cannot be focused d irectly using focus() method or by mouse click. | |
| 2 | |
| 3 | |
| 4 | |
| 5 *** Should not focus video element by calling focus() method. | |
| 6 EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK | |
| 7 | |
| 8 *** Should not focus video element by mouse click. | |
| 9 *** Video element clicked. | |
| 10 EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK | |
| 11 | |
| 12 END OF TEST | |
| 13 | |
| OLD | NEW |