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

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

Issue 210253003: Make data: urls always parse async (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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 a979fe2ecbbe09d8c2e33bb3256d1b04087f71ff..dc35e4e5d0a582629a3543d3b8d72532a3f41538 100644
--- a/LayoutTests/html5lib/resources/runner.js
+++ b/LayoutTests/html5lib/resources/runner.js
@@ -53,9 +53,6 @@ var ignoreTitle = iframe.contentWindow.document.getElementsByTagName("title")[0]
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