| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <script src="../../resources/js-test-pre.js"></script> |
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="300"> |
| <rect id="rect1" width="100" height="100" fill="green"/> |
| <rect id="rect2" x="100" y="0" width="100" height="100" fill="green"/> |
| <rect id="rect3" width="100" height="100" fill="green"/> |
| <rect id="rect4" width="100" height="100" fill="green"/> |
| <use id="use" x="200" xlink:href="#rect3"/> |
| <use id="usesymbol" x="300" xlink:href="#symbol"/> |
| <rect id="rect5" y="100" width="100" height="100" fill="green"/> |
| <image xlink:href="resources/green-checker.png" x="100" y="100" height="100" width="100" id="img"/> |
| <text id="txt" x="220" y="150">TEST</text> |
| <script src="resources/focus-event-handling.js"></script> |