blob: d49bdea057dabbaf692d491cae9e51b6b0935293 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!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>
|