18 <p>Bug
<a href=
"http://webkit.org/b/106538">106538</a>: Top layer fails for inline elements
</p>
19 <p>This tests that position 'static' no longer computes to 'absolute' for an
20 element that has been removed from the top layer. The test passes if you see
21 a single line of text.
</p>
22 <span class=
"green">This is the span.
</span>
23 <dialog class=
"green" id=
"right-dialog">This is the dialog following it.
</dialog>
25 var dialog
= document
.getElementById('right-dialog');