Index: LayoutTests/editing/undo/undo-combined-delete.html |
diff --git a/LayoutTests/editing/undo/undo-combined-delete.html b/LayoutTests/editing/undo/undo-combined-delete.html |
index a21da27483665e6aa2bb2be601e5e4b508d1e053..0a6af3ccf3d78f812d654be763074e5aff3eae2f 100644 |
--- a/LayoutTests/editing/undo/undo-combined-delete.html |
+++ b/LayoutTests/editing/undo/undo-combined-delete.html |
@@ -7,7 +7,7 @@ |
<div id="test" style="border: 2px solid red;" contenteditable>This word should be selected only on mac.</div> |
</div> |
<div id="console"></div> |
-<script src="../../fast/js/resources/js-test-pre.js"></script> |
+<script src="../../resources/js-test.js"></script> |
<script> |
description('Verifies the selection behavior on undoing a text deletion.'); |
var selectionNode = document.getElementById('test').firstChild; |