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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-lose-restore-googol-size-expected.txt

Issue 2799893002: Rewrite flaky canvas test to testharness.js to sidestep issue (Closed)
Patch Set: rebase Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/canvas/canvas-lose-restore-googol-size.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-lose-restore-googol-size-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lose-restore-googol-size-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-lose-restore-googol-size-expected.txt
deleted file mode 100644
index e6cb1de2c59aa0bc8765941b92b8c87fe5a454e0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-lose-restore-googol-size-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Tests to ensure correct behaviour of canvas loss and restoration when size is extremely large then, restored to a reasonable value.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS contextLostTest is false
-PASS ctx.isContextLost() is false
-PASS contextLostTest is true
-PASS ctx.isContextLost() is true
-PASS contextLostTest is true
-PASS ctx.isContextLost() is true
-PASS contextLostTest is true
-PASS ctx.isContextLost() is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-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
-
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/canvas/canvas-lose-restore-googol-size.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698