haikuwebkit/LayoutTests/fast/media/media-query-lengths-evaluat...

24 lines
463 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Test: @media <length> values are evaluated with greater-than-int precision.</title>
<meta name="assert" content="All boxes are blue.">
<style>
div {
display: inline-block;
width: 250px;
height: 250px;
margin: 30px;
background-color: blue;
}
</style>
</head>
<body>
<div></div>
<div></div>
<div></div>
<div></div>
</body>
</html>