You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
content="Run-ins run into a following block if there is collapsed
whitespace and comments between the run-in and the block."/>
<style type="text/css"><![CDATA[
div { display: block; }
.run-in { display: run-in; font-weight: bold }
#target { border: 2px solid black; }
]]></style>
</head>
<body>
<div class="run-in">Run-in header</div>
<!-- This is a comment -->
<!-- And another comment -->
<div id="target">Start of block. The run-in header should be inside the border around this block and there should be no space between the word "header" and the word "Start".</div>