Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / webgl / WebGLContextEvent-expected.txt
blob47b61d39459552ece1474094326636d7e4e81e47
1 PASS successfullyParsed is true
3 TEST COMPLETE
4 Test that the event passed to a listener of webglcontextlost is a WebGLContextEvent.
5 PASS evt.toString() is '[object WebGLContextEvent]'
6 PASS evt.statusMessage is ''
7 PASS context.getError() is context.NO_ERROR
8 Test that the event passed to a listener of webglcontextrestored is a WebGLContextEvent.
9 PASS evt.toString() is '[object WebGLContextEvent]'
10 PASS evt.statusMessage is ''
11 PASS successfullyParsed is true
13 TEST COMPLETE