Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
sub-pixel
/
negative-composited-offset-expected.html
blob: 90e6560b2ab6cc99da427e8d77338017a7fe168b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<style>
.
test
{
width
:
20px
;
height
:
30px
;
position
:
absolute
;
left
:
10px
;
top
:
-
8.5px
;
background-color
:
green
;
}
</style>
<body>
<div
class
=
"test"
></div>