14 border:
1px solid black;
23 background-color: green;
27 background-color: red;
33 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=26397">https://bugs.webkit.org/show_bug.cgi?id=
26397</a></p>
34 <p>Changing position: relative to position: static results in mis-positioned descendant.
</p>
35 <p>You should see no red on this page. There should be a green box in the top right-hand corner
</p>
36 <div id=
"marker"></div>
38 <div id=
"inner"></div>
41 var testEl
= document
.getElementById('container');
43 testEl
.style
.position
= 'static';