blob: d49bdea057dabbaf692d491cae9e51b6b0935293 [file] [log] [blame]
<!DOCTYPE>
<html>
<head>
<style>
div { height:25px; width: 25px; background: lime;}
</style>
</head>
<body>
The square below should be 25px by 25px.
<!-- https://bugs.webkit.org/show_bug.cgi?id=28035 -->
<div></div>
</body>
</html>