haikuwebkit/LayoutTests/fast/css/computed-image-width-with-p...

15 lines
264 B
HTML

<!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>