summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/large-shrink-wrapped-width-expected.txt
blob: 74c6471bef4f6687fa1170a01a45fe412296bf21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Content 
FAIL:
Expected 2000000 for width, but got 1000010. 

<div class="container">
    <div style="display:inline-block; border: 5px solid salmon;" data-expected-width="2000000">
        <table style="width:100%; background-color:green; table-layout:fixed"><tbody><tr><td>Content</td></tr></tbody></table>
    </div>
</div>
 
PASS
 
PASS
 
PASS