| OLD | NEW |
| 1 <html xmlns="http://www.w3.org/1999/xhtml"> | 1 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 2 <head> | 2 <head> |
| 3 <script>window.enablePixelTesting = true;</script> | 3 <script>window.enablePixelTesting = true;</script> |
| 4 <script src="../../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../../resources/js-test.js"></script> |
| 5 <script src="../../fast/repaint/resources/repaint.js"></script> | 5 <script src="../../fast/repaint/resources/repaint.js"></script> |
| 6 </head> | 6 </head> |
| 7 <body onload="runRepaintTest()"> | 7 <body onload="runRepaintTest()"> |
| 8 | 8 |
| 9 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k" width="150" height="150"> | 9 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k" width="150" height="150"> |
| 10 <defs> | 10 <defs> |
| 11 <rect id="target" fill="red" width="100" height="100" onmousedown="eventHa
ndler(evt)"/> | 11 <rect id="target" fill="red" width="100" height="100" onmousedown="eventHa
ndler(evt)"/> |
| 12 </defs> | 12 </defs> |
| 13 <use id="test" xlink:href="#target"/> | 13 <use id="test" xlink:href="#target"/> |
| 14 </svg> | 14 </svg> |
| 15 | 15 |
| 16 <p id="description"></p> | 16 <p id="description"></p> |
| 17 <div id="console"></div> | 17 <div id="console"></div> |
| 18 <script src="resources/use-instanceRoot-event-listeners.js"></script> | 18 <script src="resources/use-instanceRoot-event-listeners.js"></script> |
| 19 </body> | 19 </body> |
| 20 </html> | 20 </html> |
| OLD | NEW |