upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / fast / css / percent-top-relative-container-height-unspecified.html
1 <div id="DIV1" style="border: solid 1px red;">
2 <div style="position: relative; top: 50%;">This text with top percent relative and containing block auto should appear inside the red border</div>
3 </div>
4 <div id="DIV2" style="border: solid 1px red;">
5 <div style="position: relative; bottom: 50%;">This text with bottom percent relative and containing block auto should appear inside the red border</div>
6 </div>