Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / resize-table-binding-cell-expected.txt
blobddaef8451e4f668295d979a950689e1275a9af67
1 Regression(99212): table rows get incorrect height after changing some cells' height
2 https://bugs.webkit.org/show_bug.cgi?id=74303
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS getComputedStyle(firstRow, '').getPropertyValue('height') is '44px'
8 PASS getComputedStyle(firstRow, '').getPropertyValue('height') is '84px'
9 PASS getComputedStyle(firstRow, '').getPropertyValue('height') is '44px'
10 PASS successfullyParsed is true
12 TEST COMPLETE