Index: LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html |
diff --git a/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html b/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html |
index 76f8932fd7aee5d4f7e5005eaca822380d78fc92..3ddd30ee47d0501a314ecd827c6c6f04e2cf5821 100644 |
--- a/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html |
+++ b/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html |
@@ -1,6 +1,6 @@ |
<!DOCTYPE html> |
<body> |
-<script src="../../js/resources/js-test-pre.js"></script> |
+<script src="../../../resources/js-test.js"></script> |
<script> |
function createMonthInput(min, max, value) { |
var input = document.createElement('input'); |