blob: f79eb8e0340243df2f74c276fb017c3778c8d058 [file] [log] [blame]
<!DOCTYPE html><html><body><br><label style="margin-left: inherit;"></label><script>
if (window.testRunner)
testRunner.dumpAsText();
getSelection().collapse(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>