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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/background-image-relative-url-in-iframe.html

Issue 2808013003: Deflake background-image-relative-url-in-iframe.html (Closed)
Patch Set: Created 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/backgrounds/background-image-relative-url-in-iframe.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-image-relative-url-in-iframe.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-image-relative-url-in-iframe.html
index fadf494c3c627127c2ac49d796b8b8f669c9353a..2d601ec5a54dca8311c9ac9b2009741649dfd1ad 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/background-image-relative-url-in-iframe.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-image-relative-url-in-iframe.html
@@ -3,6 +3,7 @@
<script>
var iframe = document.getElementById('iframe');
iframe.contentDocument.body.innerHTML = `
+ <link rel='preload' href='./resources/green-24x24.png' as='image'>
rune 2017/04/11 07:43:26 Will rel=preload guarantee that the resource will
suzyh_UTC10 (ex-contributor) 2017/04/12 05:16:26 The preload spec says "The preload link element mu
<style>
.bg-img {
background: url('./resources/green-24x24.png') no-repeat;
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698