Index: LayoutTests/fast/forms/form-attribute-not-in-document.html |
diff --git a/LayoutTests/fast/forms/form-attribute-not-in-document.html b/LayoutTests/fast/forms/form-attribute-not-in-document.html |
index de0b9b2cc29416716b53f2c946d7c344161967c0..c913e2c8eaf7f91aa28f90b877b15c7386c88a62 100644 |
--- a/LayoutTests/fast/forms/form-attribute-not-in-document.html |
+++ b/LayoutTests/fast/forms/form-attribute-not-in-document.html |
@@ -1,6 +1,6 @@ |
<!DOCTYPE html> |
<form id=myform></form> |
-<script src="../js/resources/js-test-pre.js"></script> |
+<script src="../../resources/js-test.js"></script> |
<script> |
description('Inserting a form control with a form attribute into a non-document tree should not cause it to get a form owner.'); |