summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/369542-2.html
blob: b2c20859191890cedc0bba40dd70a941682d7a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<style>
html::first-letter { float: right; }
html::before { content:"before text"; float:right; }
span::before { content:"before text"; float:right; }
</style>
</head>
<body>
<span>
  <div></div>
</span>
<button onclick="document.body.style.width='100px'">Click</button>
</body>
</html>