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'); |