blob: a49f2d855580c1d9e505559905dbb3079d8560dd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This test that media query length computation works on scaled context.</title>
<style>
div {
width: 40px;
height: 40px;
background-color: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>