summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/490176-1-ref.html
blob: a44124ae24f3acfcc9c8f106759486f9be187bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>