tenfourfox/layout/reftests/bugs/403134-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
287 B
HTML

<!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>