summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/403134-1.html
blob: 8d583ba401d3f0a5093420ecbaaa6e0fa64d042e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<style>

#div:first-letter { color: green; }

</style>
</head>

<body onload="document.getElementById('div').appendChild(document.createTextNode(''));">

<div style="-moz-column-width: 0.5em; -moz-column-gap: 100px;" id="div">xx ! </div>
  
</body>
</html>