Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / relative-position-offsets.html
blobfa0a2b11c99a86e0e0a8c0a8fb1bee14e99326ed
1 <!doctype html>
2 <html>
4 Will be green if relative positioning offsets are supported:
6 <table border=0 cellpadding=0 cellspacing=0>
7 <tr><td style="width:100px;height:100px;background-color:red">
8 <tr><td style="position:relative; width:100px;height:100px; top:-100px;background-color:green">
9 </table>