haikuwebkit/LayoutTests/fast/media/media-query-with-scaled-con...

17 lines
254 B
HTML

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