Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: LayoutTests/fast/canvas/canvas-extremely-large-dimensions-expected.txt

Issue 211503006: Implementation of 2D canvas context lost/restored events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
deleted file mode 100644
index b88a06c0077046b5e07827bfcdb5f7929e04c1fd..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/canvas/canvas-extremely-large-dimensions-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-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 for crash on extremely large canvas size.
-PASS imgdata[4] is 0
-PASS imgdata[5] is 0
-PASS imgdata[6] is 0
-check for crash after resetting to the same size.
-PASS imgdata[4] is 0
-PASS imgdata[5] is 0
-PASS imgdata[6] is 0
-check for crash after resizing to googol.
-PASS imgdata[4] is 0
-PASS imgdata[5] is 0
-PASS imgdata[6] is 0
-check for crash after resetting to the same size.
-PASS imgdata[4] is 0
-PASS imgdata[5] is 0
-PASS imgdata[6] is 0
-check again for crash on extremely large canvas size.
-PASS imgdata[4] is 0
-PASS imgdata[5] is 0
-PASS imgdata[6] is 0
-after resizing to normal size, the canvas must be in a valid state.
-PASS imgdata[4] is 0
-PASS imgdata[5] is 0
-PASS imgdata[6] is 255
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698