Sign in
webkit
/
WebKit
/
84774fe198803611f5618b9a9f2415bf7b147653
/
.
/
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>