blob: c312615d99636d748a77bf835d5971f4634eac9b [file] [log] [blame]
<!DOCTYPE html><html><body><br><label style="margin-left: inherit;"></label><script>
if (window.testRunner)
testRunner.dumpAsText();
getSelection().setPosition(document.querySelector('br'), 0);
getSelection().modify("move","forward","paragraph");
document.writeln("This tests moving into an empty root inline boxes. The test passes as long as WebKit doesn't crash.");
</script></body></html>