Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / fixed-table-with-percent-inside-percent-table.html
1 <html>
2     <table style="width:100%; background-color:red"><tr><td>
3
4         <tr><td>
5
6             <table style="width:100%; background-color:green; table-layout:fixed"><tr><td>
7                 Content
8             </td></tr></table>
9
10         </td></tr>
11
12     </td></tr></table>
13 </html>