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

Unified Diff: LayoutTests/fast/canvas/canvas-lost-gpu-context.html

Issue 16032003: Fixing Canvas2DLayerBridge to handle lost graphics contexts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added Layout test and necessary content_shell API to test context loss Created 7 years, 6 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-lost-gpu-context.html
diff --git a/LayoutTests/fast/canvas/canvas-clearRect.html b/LayoutTests/fast/canvas/canvas-lost-gpu-context.html
similarity index 76%
copy from LayoutTests/fast/canvas/canvas-clearRect.html
copy to LayoutTests/fast/canvas/canvas-lost-gpu-context.html
index 3e8a255700abdcc0156b2933d5fbba899b8b5116..8a4c0c46b984d4491de55e9ed93ac852e86f1720 100644
--- a/LayoutTests/fast/canvas/canvas-clearRect.html
+++ b/LayoutTests/fast/canvas/canvas-lost-gpu-context.html
@@ -4,7 +4,7 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<script src="script-tests/canvas-clearRect.js"></script>
+<script src="script-tests/canvas-lost-gpu-context.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698