Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fullscreen / full-screen-request-removed-expected.txt
blob06a14d28931d99d656fff0e1ab3e79a077dcea57
1 CONSOLE WARNING: Failed to execute 'requestFullScreen' on 'Element': API can only be initiated by a user gesture.
2 Test for bug 62320: Emit an error event when a request to enter full-screen is rejected.
4 Tests that the document is still messaged if the element requesting full screen is removed before the event is generated.
6 Added child element.
7 Removed child element.
8 EVENT(webkitfullscreenerror)
9 SUCCEED - did not enter full screen!
10 END OF TEST