Index: LayoutTests/fast/canvas/canvas-extremely-large-dimensions-expected.txt |
diff --git a/LayoutTests/fast/canvas/canvas-extremely-large-dimensions-expected.txt b/LayoutTests/fast/canvas/canvas-extremely-large-dimensions-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aff360a881d08f0c6decbed4463ac5ad93228d80 |
--- /dev/null |
+++ b/LayoutTests/fast/canvas/canvas-extremely-large-dimensions-expected.txt |
@@ -0,0 +1,33 @@ |
+Series of tests to ensure correct behaviour when canvas size is extremely large. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+check whether crash or not with extremely large size. |
+PASS imgdata[4] is 0 |
+PASS imgdata[5] is 0 |
+PASS imgdata[6] is 0 |
+check whether crash after reset to the same size. |
+PASS imgdata[4] is 0 |
+PASS imgdata[5] is 0 |
+PASS imgdata[6] is 0 |
+check whether crash after resize to googol. |
+PASS imgdata[4] is 0 |
+PASS imgdata[5] is 0 |
+PASS imgdata[6] is 0 |
+check whether crash after reset to the same size. |
+PASS imgdata[4] is 0 |
+PASS imgdata[5] is 0 |
+PASS imgdata[6] is 0 |
+check again whether crash or not with extremely large size. |
+PASS imgdata[4] is 0 |
+PASS imgdata[5] is 0 |
+PASS imgdata[6] is 0 |
+after resize to normal size, canvas must be in valid state. |
+PASS imgdata[4] is 0 |
+PASS imgdata[5] is 0 |
+PASS imgdata[6] is 255 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |