Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / 058.html
blob21c45bd8dde2ce3e97eda2b80049e01e1c5a4237
3 <HTML>
4 <HEAD>
5 </HEAD>
6 <BODY>
7 <P>First paragraph</P>
8 <P>Here is some regular paragraph text
9 <SPAN style="position:relative;background-color:lightgreen">
10 The image (found or not) should be positioned at the top/left corner of this green-shaded text
11 <IMG src=doesntmatterifthisexists.gif border=1 width=40 height=40 style="position:absolute;top:0px;left:0px">
12 </SPAN>
13 Some more text.
14 </P>
15 <P>The image gets erroneously positioned to the top/left corner of the paragraph instead.</P>
16 </BODY>
17 </HTML>