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="Tests that run-ins don't run in across preserved whitespace."/>
<styletype="text/css"><![CDATA[
div { display: block; }
.run-in { display: run-in; font-weight: bold }
#target { border: 2px solid black; }
#container { white-space: pre; }
#container>* { white-space: normal; }
]]></style>
</head>
<body>
<divid="container"><divclass="run-in">Run-in header</div><divid="target">Start of block. The run-in header should be outside the border around this block and there should be a blank line between the run-in header and this block.</div></div>