repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
replaced
/
absolute-image-position-and-focus-event-expected.html
blob
871ef14efb6f2164b3e5b5aa65ead33d4f9c0297
1
<!DOCTYPE
html
>
2
<style>
3
div {
4
position: relative;
5
}
6
7
img {
8
position: absolute;
9
top:
0
px;
10
left:
0
px;
11
}
12
</style>
13
<body>
14
<div>
15
<br>
16
Text should be hidden by red.
17
<a
href
=
"#"
><img
src
=
"./resources/rectangle-red-200x100.png"
></a>
18
</div>
19
</body>