summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/resize-table-row-expected.txt
blob: b5350e1167f56b0258a7be2a08642b5da4a46952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Regression(99212): table rows get incorrect height after changing some cells' height
https://bugs.webkit.org/show_bug.cgi?id=74303

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS getComputedStyle(firstRow, '').getPropertyValue('height') is '40px'
PASS getComputedStyle(firstRow, '').getPropertyValue('height') is '20px'
PASS getComputedStyle(firstRow, '').getPropertyValue('height') is '40px'
PASS successfullyParsed is true

TEST COMPLETE