chromium/third_party/blink/web_tests/external/wpt/svg/geometry/parsing/height-computed-expected.txt

This is a testharness.js-based test.
[FAIL] SVG Geometry Properties: getComputedStyle().height, <svg> initial
  assert_equals: initial expected "100px" but got "auto"
[FAIL] SVG Geometry Properties: getComputedStyle().height, <svg> presentation attribute
  assert_equals: presentation attribute expected "200px" but got "auto"
[FAIL] SVG Geometry Properties: getComputedStyle().height, <svg> inline style (auto)
  assert_equals: inline style (auto) expected "100px" but got "auto"
[FAIL] SVG Geometry Properties: getComputedStyle().height, <svg> inline style (percentage)
  assert_equals: inline style (percentage) expected "50px" but got "50%"
Harness: the test ran to completion.