haikuwebkit/LayoutTests/svg/custom/scroll-to-svg-element-asser...

12 lines
329 B
HTML

<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var g = document.createElementNS("http://www.w3.org/2000/svg", "svg", "g");
document.body.appendChild(g);
g.scrollIntoView();
</script>
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=45563">bug 45563.</a></p>
<p>PASS if no assertion failure.</p>