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

Unified Diff: war/test.html

Issue 2755503005: Make sure images are loaded before running tests (Closed)
Patch Set: Created 3 years, 9 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
« run_jstests.py ('K') | « run_jstests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: war/test.html
diff --git a/war/test.html b/war/test.html
index 65c743fbb8da0db654846c9ee62425de7e99d964..9ed9565c9acaeb2b3237eac9b8de99670e8b2fbe 100644
--- a/war/test.html
+++ b/war/test.html
@@ -3,7 +3,7 @@
<script src="../out/domdistillerjstest.js"></script>
</head>
<body>
-<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==">
+<img onload="image_loaded=true" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==">
hello body
</body>
</html>
« run_jstests.py ('K') | « run_jstests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698