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

Side by Side Diff: LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml

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 xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x link"> 1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x link">
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 @font-face { 4 @font-face {
5 font-family: "Ahem"; 5 font-family: "Ahem";
6 src: url(../../../resources/Ahem.ttf); 6 src: url(../../../resources/Ahem.ttf);
7 } 7 }
8 body { 8 body {
9 margin:0px; 9 margin:0px;
10 border:0px; 10 border:0px;
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 187
188 <script> 188 <script>
189 if (window.testRunner) { 189 if (window.testRunner) {
190 testRunner.waitUntilDone(); 190 testRunner.waitUntilDone();
191 window.postZoomCallback = executeTest; 191 window.postZoomCallback = executeTest;
192 } else { 192 } else {
193 debug("This test only works in DRT."); 193 debug("This test only works in DRT.");
194 } 194 }
195 </script> 195 </script>
196 196
197 <script src="../../../fast/js/resources/js-test-pre.js"></script> 197 <script src="../../../resources/js-test.js"></script>
198 <script>var zoomCount = 2;</script> 198 <script>var zoomCount = 2;</script>
199 <script src="../../../fast/repaint/resources/repaint.js"></script> 199 <script src="../../../fast/repaint/resources/repaint.js"></script>
200 <script src="../resources/testPageZoom.js"></script> 200 <script src="../resources/testPageZoom.js"></script>
201 201
202 </body> 202 </body>
203 </html> 203 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-get-screen-ctm.html ('k') | LayoutTests/touchadjustment/big-div.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698