blob: dd0bd0c48c5a26d89098761ccf26510a8c838a59 [file] [log] [blame]
[email protected]b910ec62011-06-10 19:43:231<html xmlns="http://www.w3.org/1999/xhtml">
2<head>
[email protected]efb086342013-11-05 00:56:213<script src="../../resources/js-test.js"></script>
[email protected]b910ec62011-06-10 19:43:234</head>
5<body>
6
7<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="300">
8 <rect id="rect1" width="100" height="100" fill="green"/>
9 <g id="g">
10 <rect id="rect2" x="100" y="0" width="100" height="100" fill="green"/>
11 </g>
12 <defs>
13 <rect id="rect3" width="100" height="100" fill="green"/>
14 <symbol id="symbol">
15 <rect id="rect4" width="100" height="100" fill="green"/>
16 </symbol>
17 </defs>
18 <use id="use" x="200" xlink:href="#rect3"/>
19 <use id="usesymbol" x="300" xlink:href="#symbol"/>
20 <switch id="switch">
21 <rect id="rect5" y="100" width="100" height="100" fill="green"/>
22 </switch>
23 <image xlink:href="resources/green-checker.png" x="100" y="100" height="100" width="100" id="img"/>
24 <text id="txt" x="220" y="150">TEST</text>
25</svg>
26
27<p id="description"></p>
28<div id="console"></div>
29<script src="resources/focus-event-handling.js"></script>
30</body>
31</html>