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