Index: LayoutTests/fast/dom/custom/type-extension-undo-assert.html |
diff --git a/LayoutTests/fast/dom/custom/type-extension-undo-assert.html b/LayoutTests/fast/dom/custom/type-extension-undo-assert.html |
index fce6446bf845bd158bd12077e4e2641ab93115f1..f21c42ed9daef8cd5facac098958b4c2767f8444 100644 |
--- a/LayoutTests/fast/dom/custom/type-extension-undo-assert.html |
+++ b/LayoutTests/fast/dom/custom/type-extension-undo-assert.html |
@@ -1,5 +1,5 @@ |
<!DOCTYPE html> |
-<script src="../../js/resources/js-test-pre.js"></script> |
+<script src="../../../resources/js-test.js"></script> |
<div id="test" contenteditable><b is="x-a" style="font-style: italic;">Hello, world!</b></div> |
<script> |
// This test is based on |