Index: LayoutTests/fast/canvas/canvas-toBlob-defaultpng-expected.txt |
diff --git a/LayoutTests/fast/canvas/canvas-toBlob-defaultpng-expected.txt b/LayoutTests/fast/canvas/canvas-toBlob-defaultpng-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0cd594380db626b91e1e9a333f23ef7ad29b3ad9 |
--- /dev/null |
+++ b/LayoutTests/fast/canvas/canvas-toBlob-defaultpng-expected.txt |
@@ -0,0 +1,10 @@ |
+Test that verifies whether the image data survives the toBlob process |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+PASS ctx.getImageData(0, 0, 150, 75).data[4] is ctx2.getImageData(0, 0, 150, 75).data[4] |
+ |