blob: fc2a453999ae7b2e8b52e4d22450e1a70a79b303 [file] [log] [blame]
<!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>