summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/490173-1.html
blob: 4bef4d61218b815b5d305ead0f3d63eec595c5cf (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('f1').style.display = '';">
<div id="f1" style="display: -moz-popup;">Foo</div>
</body>
</html>