1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <script src=
"../../resources/js-test.js"></script>
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"/>
10 <rect id=
"rect2" x=
"100" y=
"0" width=
"100" height=
"100" fill=
"green"/>
13 <rect id=
"rect3" width=
"100" height=
"100" fill=
"green"/>
15 <rect id=
"rect4" width=
"100" height=
"100" fill=
"green"/>
18 <use id=
"use" x=
"200" xlink:
href=
"#rect3"/>
19 <use id=
"usesymbol" x=
"300" xlink:
href=
"#symbol"/>
21 <rect id=
"rect5" y=
"100" width=
"100" height=
"100" fill=
"green"/>
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>
28 <p id=
"description"></p>
29 <div id=
"console"></div>
30 <script src=
"resources/focus-event-handling-keyboard.js"></script>