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

Unified Diff: LayoutTests/fast/canvas/canvas-ellipse-zero-lineto.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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-ellipse-zero-lineto.html
diff --git a/LayoutTests/fast/canvas/canvas-ellipse-zero-lineto.html b/LayoutTests/fast/canvas/canvas-ellipse-zero-lineto.html
index 223d2d5135fbeefc0d5adb34b779a6f75cb2a88e..202dc5589a6e82e262fc682a5a9bbf73976817e3 100644
--- a/LayoutTests/fast/canvas/canvas-ellipse-zero-lineto.html
+++ b/LayoutTests/fast/canvas/canvas-ellipse-zero-lineto.html
@@ -3,7 +3,7 @@
<head></head>
<body>
<canvas id="mycanvas" width="400" height="400"></canvas>
-<script src="../js/resources/js-test-pre.js"></script>
+<script src="../../resources/js-test.js"></script>
<script>
description("This tests checks that ellipse can draw lines correctly in edge cases.");
var canvas = document.getElementById('mycanvas');
« no previous file with comments | « LayoutTests/fast/canvas/canvas-ellipse-360-winding.html ('k') | LayoutTests/fast/canvas/canvas-fill-rule.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698