Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
media
/
media-query-with-scaled-content-expected.html
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>