Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<head>
<style>
<![CDATA[
div { background: red; height: 3em; }
div:empty { background: lime; }
]]>
</style>
</head>
<body>
<div><![CDATA[ ]]></div>
</body>
</html>