Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.positioned {
position: relative;
top:200px;
}
</style>
</head>
<body>
<ul>
<li>
<div class="positioned"> </div>
</li>
</ul>
</body>
</html>