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

16 строки
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>