no source code changed, not part of build, so no reviewer git-svn-id: svn://10.0.0.236/trunk@83648 18797224-902f-48f8-a5cc-f745e15eee43
15 lines
550 B
HTML
15 lines
550 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">
|
|
<HTML>
|
|
<HEAD><TITLE>Bug 48653</TITLE></HEAD>
|
|
<BODY>
|
|
<h2>The following text is absolute positioned 20 pixels down from the red !</h2>
|
|
<p>
|
|
<span style="position:relative; color: red">RELATIVE 1
|
|
<span style="position:absolute; top:20px; border:solid 1px; color:black;">
|
|
This text is absolute-positioned and has top:20px. It should be offset by the width of the red text,
|
|
because it has a default value for "left" of "auto."
|
|
</span>
|
|
</span>
|
|
</p>
|
|
</BODY></HTML>
|