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

Side by Side Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-text.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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 <style type="text/css"> 4 <style type="text/css">
5 .box { 5 .box {
6 display: box; 6 display: box;
7 border: 1px solid black; 7 border: 1px solid black;
8 margin-bottom: 0.5em; 8 margin-bottom: 0.5em;
9 } 9 }
10 .boxheader { 10 .boxheader {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 } 93 }
94 94
95 xhr.send(null); 95 xhr.send(null);
96 window.jsTestIsAsync = true; 96 window.jsTestIsAsync = true;
97 } 97 }
98 98
99 runTest(); 99 runTest();
100 100
101 </script> 101 </script>
102 102
103 <script src="../js/resources/js-test-post.js"></script>
104 103
105 </body> 104 </body>
106 </html> 105 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698