Sign in
webkit
/
WebKit
/
c07b57759d8f1e705fcd5a17b80f756c8ad2f152
/
.
/
LayoutTests
/
fast
/
hidpi
/
filters-component-transfer-expected.html
blob: 9739f983b7c9af0f21e60018b39a9bca24d0f26a [
file
] [
log
] [
blame
]
<script
src
=
"resources/ensure-hidpi.js"
></script>
<style>
#
box
{
width
:
100px
;
height
:
100px
;
background-color
:
green
;
}
</style>
<body>
<div
id
=
"box"
></div>
</body>