173 PASS test unit: ex - ellipse(50ex) - computed
174 PASS test unit: ex - ellipse(50ex 100ex) - computed
175 PASS test unit: ex - ellipse(100ex 100px) - computed
176 PASS test unit: ex - ellipse(50ex 25%) - computed
177 PASS test unit: ex - ellipse(25% 50ex) - computed
178 PASS test unit: ex - ellipse(25ex closest-side) - computed
179 PASS test unit: ex - ellipse(closest-side 75ex) - computed
180 PASS test unit: ex - ellipse(25ex farthest-side) - computed
181 PASS test unit: ex - ellipse(farthest-side 75ex) - computed
173FAIL test unit: ex - ellipse(50ex) - computed assert_equals: expected "ellipse(358.984px at 50% 50%)" but got "ellipse(400px at 50% 50%)"
174FAIL test unit: ex - ellipse(50ex 100ex) - computed assert_equals: expected "ellipse(358.984px 717.969px at 50% 50%)" but got "ellipse(400px 800px at 50% 50%)"
175FAIL test unit: ex - ellipse(100ex 100px) - computed assert_equals: expected "ellipse(717.969px 100px at 50% 50%)" but got "ellipse(800px 100px at 50% 50%)"
176FAIL test unit: ex - ellipse(50ex 25%) - computed assert_equals: expected "ellipse(358.984px 25% at 50% 50%)" but got "ellipse(400px 25% at 50% 50%)"
177FAIL test unit: ex - ellipse(25% 50ex) - computed assert_equals: expected "ellipse(25% 358.984px at 50% 50%)" but got "ellipse(25% 400px at 50% 50%)"
178FAIL test unit: ex - ellipse(25ex closest-side) - computed assert_equals: expected "ellipse(179.492px at 50% 50%)" but got "ellipse(200px at 50% 50%)"
179FAIL test unit: ex - ellipse(closest-side 75ex) - computed assert_equals: expected "ellipse(closest-side 538.477px at 50% 50%)" but got "ellipse(closest-side 600px at 50% 50%)"
180FAIL test unit: ex - ellipse(25ex farthest-side) - computed assert_equals: expected "ellipse(179.492px farthest-side at 50% 50%)" but got "ellipse(200px farthest-side at 50% 50%)"
181FAIL test unit: ex - ellipse(farthest-side 75ex) - computed assert_equals: expected "ellipse(farthest-side 538.477px at 50% 50%)" but got "ellipse(farthest-side 600px at 50% 50%)"