chromium/third_party/blink/web_tests/editing/selection/move-into-empty-root-inline-box.html

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