Index: LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type.html |
diff --git a/LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type.html b/LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type.html |
index f24e99e4f902f8e505466ebed3d0541d953a9903..1eff70ba72233e842a1361d4f2d98d9bf2e4acdc 100644 |
--- a/LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type.html |
+++ b/LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type.html |
@@ -17,4 +17,4 @@ |
document.getElementsByTagName("head")[0].appendChild(bogus_script); |
</script> |
<script type="fake" src="shouldnotexecute.js"></script> |
-Unknown script types should not be loaded nor executed. If this test fails, an more than one line will appear in the output with the script's MIME type. One line is OK, as it's from the prelaoder (which has no concept of invalid script types and will happily issue a preload). |
+Unknown script types should not be loaded nor executed. If this test fails, an extra line will appear in the output with the script's MIME type. |