Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test that the cue root is not constrained by the controls/overlay. | |
| 2 EVENT(canplaythrough) | |
| 3 EVENT(seeked) | |
| 4 EXPECTED (parseFloat(getComputedStyle(controlsContainer).width) <= '800') OK | |
| 5 EXPECTED (parseFloat(getComputedStyle(cueRoot).width) > '800') OK | |
| 6 END OF TEST | |
| 7 | |
| OLD | NEW |