Index: LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type-expected.txt b/LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type-expected.txt |
index f8c305062d99cc59b1af8020f12101eec605b3c2..6181fb401c8da6959c0229192ba03359a01081ed 100644 |
--- a/LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type-expected.txt |
@@ -1,2 +1,3 @@ |
+shouldnotexecute.js has MIME type application/javascript |
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. |
Note: In the current Blink implementation, HTMLPreloadScanner may fetch srcs even though they are invalid. The current HTMLPreloadScanner does not check if the script tag has valid type/language attribute. See crbug.com/329531 for the current status. |