Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / HTMLScriptElement / dont-load-unknown-type.html
index 1eff70b..dcec83b 100644 (file)
@@ -17,4 +17,5 @@
   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 extra line will appear in the output with the script's MIME type.
+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.<br>
+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.