Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-sections-border-spacing-expected.txt
blob20ca3e12a193376a20a10a90d141cc4db8d8d0b2
1 Test for chromium bug : 29502. border-spacing is doubled between table-row-groups.
3 Border-spacing was adding twice, One for bottom of first section and another for top of second section. But bottom of first section and top of second section border spacing should be common.
5 Distance between all rows in the table should be same. 
7 row0 head0      row0 head1
8 row0 col0       row0 col11
9 row1 col0       row1 col11
10 row0 col0       row0 col11
11 row1 col0       row1 col11
12 row0 foot0      row0 foot1
14 PASS 10 is 10
16 PASS 10 is 10
18 PASS 10 is 10
20 PASS 10 is 10
22 PASS 10 is 10
23 PASS successfullyParsed is true
25 TEST COMPLETE