Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<html>
<style type="text/css">
div.test {
background-color: red;
margin: 5em;
border-radius: 10px;
}
div > div {
background-color: green;
}
</style>
<body>
<div class="test"><div> </div></div>
</body>
</html>