Index: LayoutTests/accessibility/canvas-description-and-role.html |
diff --git a/LayoutTests/accessibility/canvas-description-and-role.html b/LayoutTests/accessibility/canvas-description-and-role.html |
index edfe2ebfc98abac3a748fc81dd08f9b515d1de8f..46f63befef5056c9949b03caf28866c4d9a33310 100644 |
--- a/LayoutTests/accessibility/canvas-description-and-role.html |
+++ b/LayoutTests/accessibility/canvas-description-and-role.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE HTML> |
<html> |
<body> |
-<script src="../fast/js/resources/js-test-pre.js"></script> |
+<script src="../resources/js-test.js"></script> |
<style>canvas { display: inline; border: 1px solid #000; }</style> |
<!-- No whitespace between canvases on purpose, so there's the same |