Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / box-sizing / table-cell-expected.txt
blobac6fd339a6a9a1b5cb5925a5d3dc22a842884af8
1 Tests that display: table-cell and box-sizing: border-box work when used together.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 div-display-table-cell
7 PASS element.offsetWidth is 80
8 PASS element.offsetHeight is 30
9 td
10 PASS element.offsetWidth is 80
11 PASS element.offsetHeight is 30
12 PASS successfullyParsed is true
14 TEST COMPLETE