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

Side by Side Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-text.html

Issue 58533003: Move fast/js/resources files to resources. (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="../../resources/js-test.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 {
11 font-weight: bold; 11 font-weight: bold;
12 color: maroon; 12 color: maroon;
13 } 13 }
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 103
104 </body> 104 </body>
105 </html> 105 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698