Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-instanceRoot-event-bubbling.xhtml
blobb9457c81db29193d9de993e462984cd4614ee918
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <script src="../../resources/js-test.js"></script>
4 <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
5 <script>window.outputRepaintRects = false;</script>
6 </head>
7 <body onload="runRepaintTest()">
8 <p id="description"></p>
9 <div id="console"></div>
10 <script src="resources/use-instanceRoot-event-bubbling.js"></script>
11 </body>
12 </html>