Index: LayoutTests/fast/dom/shadow/shadowdom-for-input-type-change.html |
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-input-type-change.html b/LayoutTests/fast/dom/shadow/shadowdom-for-input-type-change.html |
index 58a7f19b289ee83c2831fa7f3280e59194a92e22..a0af55e910e126604a8ddb34f9a2026c9c142fbf 100644 |
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-input-type-change.html |
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-input-type-change.html |
@@ -28,5 +28,4 @@ shouldBeEqualToString('input1.type = "range"; input1.value', '50'); |
input1.focus(); |
shouldBeEqualToString('eventSender.keyDown("rightArrow"); input1.value', '50'); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |