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

Unified Diff: LayoutTests/http/tests/loading/promote-img-in-viewport-priority.html

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/http/tests/loading/promote-img-in-viewport-priority.html
diff --git a/LayoutTests/http/tests/loading/promote-img-in-viewport-priority.html b/LayoutTests/http/tests/loading/promote-img-in-viewport-priority.html
index a8fc0d1b9106dccf6cd95b60c00c93c5e048d389..ffa2c018101b41df3280c5c0008cfa15f6c85585 100644
--- a/LayoutTests/http/tests/loading/promote-img-in-viewport-priority.html
+++ b/LayoutTests/http/tests/loading/promote-img-in-viewport-priority.html
@@ -1,12 +1,12 @@
<html>
<head>
+ <script src="/js-test-resources/js-test.js"></script>
<script>
if (window.testRunner) {
testRunner.dumpResourceRequestPriorities();
testRunner.dumpAsText();
}
</script>
- <script src="/js-test-resources/js-test.js"></script>
</head>
<body>
<div style="width: 100%">

Powered by Google App Engine
This is Rietveld 408576698