Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test that video controls re-appear when the media (<video>) element is focused. | |
| 2 | |
| 3 EXPECTED (getComputedStyle(controls).opacity == '0') OK | |
| 4 EXPECTED (getComputedStyle(controls).opacity == '1') OK | |
| 5 EXPECTED (getComputedStyle(controls).opacity == '1') OK | |
| 6 END OF TEST | |
| 7 | |
| OLD | NEW |