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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-async-third-party-script.html

Issue 1955043003: To reduce the possibility of a page break by blocking a document.written script,this patch includes… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-async-third-party-script.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-async-third-party-script.html b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-async-third-party-script.html
index 681bbe080cdf3cac72072408ea949e1655ac368d..47e276301c37005bed06f88f48762091ff206e99 100644
--- a/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-async-third-party-script.html
+++ b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-async-third-party-script.html
@@ -3,7 +3,7 @@
<script src="../resources/testharnessreport.js"></script>
<script>
var t = async_test('Cross origin but asynchronous doc.written scripts are not blocked');
- var src = 'http://localhost:8000/loading/resources/js-loaded.js?2';
+ var src = 'http://localhost:8000/loading/resources/js-loaded.js?async-third-party-script';
var jsLoaded = false;
var loadSuccess = false;
if (window.internals) {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698