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