1 <!DOCTYPE html
><html><body><br><label style=
"margin-left: inherit;"></label><script>
4 testRunner
.dumpAsText();
6 getSelection().collapse(document
.querySelector('br'), 0);
7 getSelection().modify("move","forward","paragraph");
8 document
.writeln("This tests moving into an empty root inline boxes. The test passes as long as WebKit doesn't crash.");
10 </script></body></html>