Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 EVENT(webkitfullscreenchange) | |
| 2 EXPECTED (computedStyle.minWidth == '0px') OK | |
| 3 EXPECTED (computedStyle.maxWidth == 'none') OK | |
| 4 EXPECTED (computedStyle.minHeight == '0px') OK | |
| 5 EXPECTED (computedStyle.maxHeight == 'none') OK | |
| 6 EXPECTED (computedStyle.width == '800px') OK | |
| 7 EXPECTED (computedStyle.height == '600px') OK | |
| 8 END OF TEST | |
| 9 | |
| OLD | NEW |