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

Unified Diff: LayoutTests/fast/canvas/canvas-frameless-document-text.html

Issue 186063003: Prevent crash when calling text-related methods on a 2D canvas in a frame-less document. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed test Created 6 years, 10 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 | « no previous file | LayoutTests/fast/canvas/canvas-frameless-document-text-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-frameless-document-text.html
diff --git a/LayoutTests/fast/canvas/canvas-to-canvas.html b/LayoutTests/fast/canvas/canvas-frameless-document-text.html
similarity index 61%
copy from LayoutTests/fast/canvas/canvas-to-canvas.html
copy to LayoutTests/fast/canvas/canvas-frameless-document-text.html
index 806152778b30f83e07f18354d0c98a3acbe5737b..c18bd501fd0d1bf9986ba7d81bda0dfd5514da37 100644
--- a/LayoutTests/fast/canvas/canvas-to-canvas.html
+++ b/LayoutTests/fast/canvas/canvas-frameless-document-text.html
@@ -4,6 +4,6 @@
<script src="../../resources/js-test.js"></script>
</head>
<body>
-<script src="script-tests/canvas-to-canvas.js"></script>
+<script src="script-tests/canvas-frameless-document-text.js"></script>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-frameless-document-text-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698