Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fullscreen / full-screen-min-max-width-height-iframe-expected.txt
blobb53d259f2c247dd7d7561be4c4abc9e0abf1e55a
2 EVENT(webkitfullscreenchange)
3 EXPECTED (computedStyle.minWidth == '0px') OK
4 EXPECTED (computedStyle.maxWidth == 'none') OK
5 EXPECTED (computedStyle.minHeight == '0px') OK
6 EXPECTED (computedStyle.maxHeight == 'none') OK
7 EXPECTED (computedStyle.width == '800px') OK
8 EXPECTED (computedStyle.height == '600px') OK
9 END OF TEST