haikuwebkit/LayoutTests/fast/inline/trailing-floats-inline-cras...

29 lines
488 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
:last-child {float:left;}
</style>
</head>
<body>
This test passes if it doesn't crash.
<nav></nav>
<br>
<article>
<pre></pre>
<br>
<content>
<br>
<select></select>
<script id="webtest14">
document.body.contentEditable = "true";
document.execCommand("SelectAll");
document.execCommand("StrikeThrough");
if (window.testRunner)
testRunner.dumpAsText();
</script>
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBAAAAAAAAAAAAAAAAAAAAAC
</body>
</html>