/home/clopez/webkit/webkit/layout-test-results/svg/css/parse-height-actual.txt

1616PASS computedStyle("height", "100 ") is "100px"
1717PASS computedStyle("height", "100px") is "100px"
1818PASS computedStyle("height", "1em") is "16px"
19 PASS computedStyle("height", "1ex") is "12.800000190734863px"
 19FAIL computedStyle("height", "1ex") should be 12.800000190734863px. Was 17px.
2020PASS computedStyle("height", "20%") is "20%"
2121PASS computedStyle("height", "100 px") is "auto"
2222PASS computedStyle("height", "100px;") is "auto"