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

Side by Side Diff: LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../../resources/js-test.js"></script>
5 <style> 5 <style>
6 svg { 6 svg {
7 width: 200px; 7 width: 200px;
8 height: 200px; 8 height: 200px;
9 } 9 }
10 rect { 10 rect {
11 fill: #ff0000; 11 fill: #ff0000;
12 } 12 }
13 </style> 13 </style>
14 </head> 14 </head>
15 <body> 15 <body>
16 <p id="description"></p> 16 <p id="description"></p>
17 <div id="console"></div> 17 <div id="console"></div>
18 <script src="script-tests/disable-svg-style-element.js"></script> 18 <script src="script-tests/disable-svg-style-element.js"></script>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/SVGRect.html ('k') | LayoutTests/svg/dom/SVGStyleElement/script-tests/TEMPLATE.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698