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

Unified Diff: LayoutTests/fast/loader/resource-request-callbacks-expected.txt

Issue 200923002: Post a microtask to load <img> elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix last test failure Created 6 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
Index: LayoutTests/fast/loader/resource-request-callbacks-expected.txt
diff --git a/LayoutTests/fast/loader/resource-request-callbacks-expected.txt b/LayoutTests/fast/loader/resource-request-callbacks-expected.txt
index 8589c375a555b6fc9a3e5ca59fcfa43643715642..b9ed17d409c5e374b2a4b96b91e27b9dfd0a5e02 100644
--- a/LayoutTests/fast/loader/resource-request-callbacks-expected.txt
+++ b/LayoutTests/fast/loader/resource-request-callbacks-expected.txt
@@ -4,10 +4,10 @@ main frame - img requested 'not-existing.png'
main frame - css requested 'gw432047.ttf'
main frame - css requested 'greenbox-hotspot35-4.cur'
main frame - css requested 'lenna.png'
+main frame - script requested 'empty-script.js'
main frame - img requested 'mu.png'
main frame - img requested 'oval.png'
main frame - img requested 'png_per_row_alpha.png'
-main frame - script requested 'empty-script.js'
main frame - css requested 'palatted-color-png-gamma-one-color-profile.png'
This test checks that the correct callbacks for resource requests are invoked. It passes if you see the callbacks for 12 resources.

Powered by Google App Engine
This is Rietveld 408576698