blob: b9253cc2a82fcd76fecff0af5a6e0fb9b922bbfb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>hiding a box covering a multicol, vertical-lr</title>
</head>
<body style="color:black; background:white;">
<p>The word PASS should be seen below.</p>
<div style="position:relative; width:30em; background:black;">
<div style="width:20em; height:20em; -webkit-writing-mode:vertical-lr;">
<div style="block-size:6em; line-height:2em; background:cyan;">
<br>
<span style="margin-inline-start:5em;">&nbsp;PASS</span>
</div>
</div>
</div>
</body>
</html>