gecko-dev/layout/reftests/bugs/1081072-1-ref.html

16 lines
188 B
HTML
Raw Normal View History

2014-10-20 06:36:46 +00:00
<!DOCTYPE html>
<html>
<head>
<style>
.container {
border: 1px solid black;
}
</style>
</head>
<body>
<div class="container">
<div>T</div>
</div>
</body>
</html>