Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / virtual / gpu / fast / canvas / canvas-lost-gpu-context-expected.txt
blob8f9b55a3c07eba8cb49a9bad401b35b68f273b3f
1 Test the behavior of canvas recovery after a gpu context loss
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS contextLostTest is false
7 PASS ctx.isContextLost() is false
8 PASS contextLostTest is true
9 PASS ctx.isContextLost() is true
10 PASS successfullyParsed is true
12 TEST COMPLETE
13 PASS Graphics context lost event dispatched.
14 PASS contextLostTest is true
15 PASS ctx.isContextLost() is true
16 PASS Context restored event dispatched after context lost.
17 PASS contextLostTest is false
18 PASS ctx.isContextLost() is false