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

Side by Side Diff: LayoutTests/fast/loader/resource-request-callbacks.html

Issue 14672042: Prepare to add more initiator info to CachedResource(Request) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/loader/resource-request-callbacks-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <script> 5 <script>
6 window.jsTestIsAsync = true; 6 window.jsTestIsAsync = true;
7 if (window.testRunner) { 7 if (window.testRunner) {
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 testRunner.dumpResourceRequestCallbacks(); 9 testRunner.dumpResourceRequestCallbacks();
10 } else { 10 } else {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 p 53 p
54 { 54 {
55 font-family: custom_font; 55 font-family: custom_font;
56 } 56 }
57 </style> 57 </style>
58 </head> 58 </head>
59 <body onload="setTimeout(requestMoreResources, 100);"> 59 <body onload="setTimeout(requestMoreResources, 100);">
60 <div id="with-background"> 60 <div id="with-background">
61 <p> 61 <p>
62 This test checks that the correct callbacks for resource requests are 62 This test checks that the correct callbacks for resource requests are
63 invoked. It passes if you see the callbacks for eight resources. 63 invoked. It passes if you see the callbacks for 12 resources.
64 </p> 64 </p>
65 </div> 65 </div>
66 <div id="images"> 66 <div id="images">
67 <img id="img-normal" src="../images/resources/dice.png" /> 67 <img id="img-normal" src="../images/resources/dice.png" />
68 <img id="img-changing" src="../images/resources/dice.png" /> 68 <img id="img-changing" src="../images/resources/dice.png" />
69 <img id="img-fail" /> 69 <img id="img-fail" />
70 <img id="img-not-there" src="not-existing.png" /> 70 <img id="img-not-there" src="not-existing.png" />
71 </div> 71 </div>
72 <div id="more-images"> 72 <div id="more-images">
73 </div> 73 </div>
74 <div id="console"></div> 74 <div id="console"></div>
75 <script src="../js/resources/js-test-post.js"></script> 75 <script src="../js/resources/js-test-post.js"></script>
76 </body> 76 </body>
77 </html> 77 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/loader/resource-request-callbacks-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698