Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / percent-height-inside-anonymous-cell.html
blob0a7ecf81b42067c65e9439f453906388db23b3e4
1 <!DOCTYPE html>
2 <script src="../../resources/check-layout.js"></script>
3 <p>There should be a papayawhip-colored square below.</p>
4 <div id="table" style="display:table; height:10px; background:papayawhip;" data-expected-height="100">
5 <div style="height:100%;">
6 <div style="width:100px; height:100px;"></div>
7 </div>
8 </div>
9 <script>
10 checkLayout("#table");
11 </script>