Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<html>
<head>
<style>
#div:first-letter { color: green; }
</style>
</head>
<body onload="document.getElementById('div').appendChild(document.createTextNode(''));">
<div style="column-width: 0.5em; column-gap: 100px;" id="div">xx ! </div>
</body>
</html>