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

Side by Side Diff: LayoutTests/svg/custom/focus-event-handling-keyboard.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"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 <script src="../../fast/js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 6
7 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="400" height="300"> 7 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="400" height="300">
8 <rect id="rect1" width="100" height="100" fill="green"/> 8 <rect id="rect1" width="100" height="100" fill="green"/>
9 <g id="g"> 9 <g id="g">
10 <rect id="rect2" x="100" y="0" width="100" height="100" fill="green"/> 10 <rect id="rect2" x="100" y="0" width="100" height="100" fill="green"/>
11 </g> 11 </g>
12 <defs> 12 <defs>
13 <rect id="rect3" width="100" height="100" fill="green"/> 13 <rect id="rect3" width="100" height="100" fill="green"/>
14 <symbol id="symbol"> 14 <symbol id="symbol">
15 <rect id="rect4" width="100" height="100" fill="green"/> 15 <rect id="rect4" width="100" height="100" fill="green"/>
16 </symbol> 16 </symbol>
17 </defs> 17 </defs>
18 <use id="use" x="200" xlink:href="#rect3"/> 18 <use id="use" x="200" xlink:href="#rect3"/>
19 <use id="usesymbol" x="300" xlink:href="#symbol"/> 19 <use id="usesymbol" x="300" xlink:href="#symbol"/>
20 <switch id="switch"> 20 <switch id="switch">
21 <rect id="rect5" y="100" width="100" height="100" fill="green"/> 21 <rect id="rect5" y="100" width="100" height="100" fill="green"/>
22 </switch> 22 </switch>
23 <image xlink:href="resources/green-checker.png" x="100" y="100" height="100" w idth="100" id="img"/> 23 <image xlink:href="resources/green-checker.png" x="100" y="100" height="100" w idth="100" id="img"/>
24 <text id="txt" x="220" y="150">TEST</text> 24 <text id="txt" x="220" y="150">TEST</text>
25 </svg> 25 </svg>
26 26
27 27
28 <p id="description"></p> 28 <p id="description"></p>
29 <div id="console"></div> 29 <div id="console"></div>
30 <script src="resources/focus-event-handling-keyboard.js"></script> 30 <script src="resources/focus-event-handling-keyboard.js"></script>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/document-all-includes-svg.html ('k') | LayoutTests/svg/custom/frame-getSVGDocument.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698