Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
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>