chromium/third_party/blink/web_tests/paint/invalidation/svg/use-instanceRoot-event-bubbling.xhtml

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="../../../resources/js-test.js"></script>
<script src="../resources/text-based-repaint.js"></script>
<script>window.outputRepaintRects = false;</script>
</head>
<body onload="runRepaintTest()">
<p id="description"></p>
<div id="console"></div>
<script src="../../../svg/custom/resources/use-instanceRoot-event-bubbling.js"></script>
</body>
</html>