gecko-dev/layout/reftests/bugs/1081072-1-ref.html
2014-10-19 23:36:46 -07:00

16 lines
188 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.container {
border: 1px solid black;
}
</style>
</head>
<body>
<div class="container">
<div>T</div>
</div>
</body>
</html>