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

Unified Diff: LayoutTests/html5lib/resources/runner.js

Issue 259443002: Revert of Make data: urls always parse async (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months 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/html5lib/resources/runner.js
diff --git a/LayoutTests/html5lib/resources/runner.js b/LayoutTests/html5lib/resources/runner.js
index dc35e4e5d0a582629a3543d3b8d72532a3f41538..a979fe2ecbbe09d8c2e33bb3256d1b04087f71ff 100644
--- a/LayoutTests/html5lib/resources/runner.js
+++ b/LayoutTests/html5lib/resources/runner.js
@@ -53,6 +53,9 @@
if (window.forceDataURLs)
write = false;
+if (!write && window.internals && internals.settings.setUseThreadedHTMLParserForDataURLs)
+ internals.settings.setUseThreadedHTMLParserForDataURLs(true);
+
window.onload = function()
{
stat.data = "Running";
« no previous file with comments | « LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html ('k') | LayoutTests/loader/iframe-sync-loads.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698