Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / large-shrink-wrapped-width-expected.txt
blob74c6471bef4f6687fa1170a01a45fe412296bf21
1 Content 
2 FAIL:
3 Expected 2000000 for width, but got 1000010. 
5 <div class="container">
6     <div style="display:inline-block; border: 5px solid salmon;" data-expected-width="2000000">
7         <table style="width:100%; background-color:green; table-layout:fixed"><tbody><tr><td>Content</td></tr></tbody></table>
8     </div>
9 </div>
11 PASS
13 PASS
15 PASS