Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / relative-position-containment.html
blob2e2be037c4b56991a85a9295de58248ad3e20e8c
1 <!doctype html>
2 <html>
4 Will be green if the relative positioned table cell properly acts as a containing block.
6 <table style="border:1px solid black" cellspacing=100 cellpadding=0>
7 <tr><td style="position:relative;width:100px;height:100px;background-color:red">
8 <div style="position:absolute;left:0;top:0;width:100px;height:100px;background-color:green">