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

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

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
76 </body> 75 </body>
77 </html> 76 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698