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

Side by Side Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-document.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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 window.jsTestIsAsync = true; 93 window.jsTestIsAsync = true;
94 } 94 }
95 95
96 runTest(); 96 runTest();
97 97
98 </script> 98 </script>
99 99
100 100
101 </body> 101 </body>
102 </html> 102 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698