blob: adb600103db70ec61235d0154c61bda1bb1be5c2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div id="container"><div>block-level text before floats</div><div id="target" style="float: left; margin-right: 20px">first float*</div>inline-level text after the floats</div>
<p style="padding-top: 1em;">
To test manually, drag from the middle of the 'first float' div to the
right, into inline-level box. The selection should go to the end
of the first float element with part of the inline-level box's background
and text and not jump to the beginning.
</p>
<pre id="console"></pre>
<script src="../../resources/dump-as-markup.js"></script>
<script src="resources/select-out-of-floated-non-editable.js"></script>
<script>
runTest("float*in", 30);
</script>
</body>
</html>