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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests to ensure correct behaviour of canvas loss and restoration when size is ex tremely large then, restored to a reasonable value.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS contextLostTest is false
7 PASS ctx.isContextLost() is false
8 PASS contextLostTest is true
9 PASS ctx.isContextLost() is true
10 PASS contextLostTest is true
11 PASS ctx.isContextLost() is true
12 PASS contextLostTest is true
13 PASS ctx.isContextLost() is true
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17 PASS Graphics context lost event dispatched.
18 PASS contextLostTest is true
19 PASS ctx.isContextLost() is true
20 PASS Context restored event dispatched after context lost.
21 PASS contextLostTest is false
22 PASS ctx.isContextLost() is false
23
OLDNEW
« 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