summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/835056.html
blob: 874b97a356951707f579b661dfff5349034d68d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<style type="text/css">
html, body
{
   overflow: hidden;
}

body
{
    backface-visibility: hidden;
}
</style>
</head>
<body>
<div style="position: fixed"></div>
</body>
</html>