Index: LayoutTests/fast/canvas/canvas-lose-restore-googol-size-expected.txt |
diff --git a/LayoutTests/media/W3C/audio/paused/paused_true_during_pause-expected.txt b/LayoutTests/fast/canvas/canvas-lose-restore-googol-size-expected.txt |
similarity index 24% |
copy from LayoutTests/media/W3C/audio/paused/paused_true_during_pause-expected.txt |
copy to LayoutTests/fast/canvas/canvas-lose-restore-googol-size-expected.txt |
index c39bb393317a6f187a98afcdccbd33e130e4797f..e6cb1de2c59aa0bc8765941b92b8c87fe5a454e0 100644 |
--- a/LayoutTests/media/W3C/audio/paused/paused_true_during_pause-expected.txt |
+++ b/LayoutTests/fast/canvas/canvas-lose-restore-googol-size-expected.txt |
@@ -1,12 +1,23 @@ |
-audio.paused should be true during pause event |
+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 true is true |
+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 |
-spec reference |
- |
+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 |