Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
sub-pixel
/
sub-pixel-root-layer-expected.html
blob: c8e8e91d28d7ee2069b31232abec286eded1b6e3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
#
layer
{
position
:
absolute
;
width
:
256px
;
height
:
256px
;
left
:
200px
;
background
:
green
;
border
:
1px
solid black
;
}
</style>
</head>
<body>
<div
id
=
"layer"
></div>
</body>