Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / table-percent-width-expected.txt
blob280a85605b80d65eb7b9c8cc40347e4161cca64f
6 This test checks that a replaced element with percentage width (and no height specified) within a table cell is squeezed to the dimensions of the table cell.
7 See bug #29447.
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
12 PASS successfullyParsed is true
14 TEST COMPLETE
15 PASS getWidth('img-1') is '105px'
16 PASS getHeight('img-1') is '105px'
17 PASS getWidth('img-2') is '98px'
18 PASS getHeight('img-2') is '98px'
19 PASS getWidth('img-3') is '40px'
20 PASS getHeight('img-3') is '40px'
21 FAIL getWidth('img-4') should be 36px. Was 98px.
22 FAIL getHeight('img-4') should be 36px. Was 98px.
23 PASS getWidth('img-5') is '40px'
24 FAIL getHeight('img-5') should be 36px. Was 98px.
25 PASS successfullyParsed is true
27 TEST COMPLETE