summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/836895.html
blob: ca9e4b14347f34a88ff08b4aad0017f13c876ca9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html style="-moz-columns: 2 auto;">
<head>
<style>

div { width:300px; background:yellow; height:50px; }

</style>
</head>

<body style="position: relative; display: table;"><div style="position: absolute;"></div></body>

</html>