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

Unified Diff: LayoutTests/http/tests/loading/script-priorities.html

Issue 555463006: Eliminated test flakiness for script-priorities (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/http/tests/loading/script-priorities.html
diff --git a/LayoutTests/http/tests/loading/script-priorities.html b/LayoutTests/http/tests/loading/script-priorities.html
index 3b183bedc138d3b5e0cb1c60a3b92b17c77b2b8f..0e6fbcd8108f989d2fd8093c009567079be10228 100644
--- a/LayoutTests/http/tests/loading/script-priorities.html
+++ b/LayoutTests/http/tests/loading/script-priorities.html
@@ -7,8 +7,8 @@
}
</script>
<script src="/js-test-resources/js-test.js"></script>
- <script src="../misc/resources/defer-script.js" defer></script>
- <script src="../misc/resources/async-script.js" async></script>
+ <script src="resources/defer.js" defer></script>
+ <script src="resources/async.js" async></script>
<script src="resources/head.js"></script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698