Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type-expected.txt

Issue 673603002: Reland: Make the HTMLDocumentParser yield more aggressively (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698