Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
replaced
/
absolute-image-position-and-focus-event-expected.html
blob: 871ef14efb6f2164b3e5b5aa65ead33d4f9c0297 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
div
{
position
:
relative
;
}
img
{
position
:
absolute
;
top
:
0px
;
left
:
0px
;
}
</style>
<body>
<div>
<br>
Text should be hidden by red.
<a
href
=
"#"
><img
src
=
"./resources/rectangle-red-200x100.png"
></a>
</div>
</body>