servo/tests/ref/visibility_hidden_ref.html
2014-09-08 20:21:42 -06:00

17 lines
413 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>'visibility: hidden' test</title>
<style type="text/css">
body { color: black; background: white }
</style>
</head>
<body>
<p>This should be visible.</p>
<div>
<!-- Use the same markup so that this test is not affected by broken margin collapsing. -->
<p>&nbsp;</p>
<p>This should be visible.</p>
</div>
</body>
</html>