Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / gpu / fast / canvas / canvas-lost-gpu-context-expected.txt
index 34fb462..8f9b55a 100644 (file)
@@ -3,16 +3,17 @@ Test the behavior of canvas recovery after a gpu context loss
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS imgdata[0] is 255
-PASS imgdata[1] is 0
-PASS imgdata[2] is 0
-PASS imgdata[3] is 255
-PASS imgdata[0] is 0
-PASS imgdata[1] is 0
-PASS imgdata[2] is 0
-PASS imgdata[3] is 0
+PASS contextLostTest is false
+PASS ctx.isContextLost() is false
+PASS contextLostTest is true
+PASS ctx.isContextLost() is true
 PASS successfullyParsed is true
 
 TEST COMPLETE
-PASS Graphics context recovered.
+PASS Graphics context lost event dispatched.
+PASS contextLostTest is true
+PASS ctx.isContextLost() is true
+PASS Context restored event dispatched after context lost.
+PASS contextLostTest is false
+PASS ctx.isContextLost() is false