<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> |