Mypal/layout/reftests/bugs/490176-1-ref.html
2019-03-11 13:26:37 +03:00

19 lines
167 B
HTML

<html>
<head>
<style type="text/css">
body, p {
display: table;
position: absolute;
}
</style>
</head>
<body>
<div>A B</div>
<p id="n">C D</p>
</body>
</html>