summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/403569-3.xhtml
blob: ddc4e40606d3fd241c0357b413144fe2f324e2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
body {
  column-count: 2;
  column-width: 100px;
  height: 200px;
}
#b {
  float: left;
  height: 300px;
}

.og:before {
  display: block;
  content: "foo";
}

</style>
</head>
<body onload="document.getElementById('span').style.display = 'block';">
<img src="../../../testing/crashtest/images/tree.gif" width="1070" height="335" id="b"/>
<div class="og"><span id="span"></span></div>
</body>
</html>