Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fullscreen / full-screen-min-max-width-height-video-expected.txt
blob95e90f26802ba5076f42a631472442336c88a7e6
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