Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Failminsize < 0 is treated as 0assert_approx_equals: expected 125 +/- 1 but got 22
    at Test.<anonymous> (https://wpt.live/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:36:11)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at runTests (https://wpt.live/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:35:7)
Asserts run
Fail
assert_approx_equals(22, 125, 1)
    at Test.<anonymous> ( /mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:36:11)
Failmaxsize < minsize is treated as maxsize = minsizeassert_approx_equals: expected 175 +/- 1 but got 22
    at Test.<anonymous> (https://wpt.live/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:40:11)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at runTests (https://wpt.live/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:39:7)
Asserts run
Fail
assert_approx_equals(22, 175, 1)
    at Test.<anonymous> ( /mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:40:11)
Passminsize < maxsize < 0 is treated as maxsize = minsize = 0
Asserts run
Pass
assert_less_than(22, 50)
    at Test.<anonymous> ( /mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:44:11)
Failtarget size = 0 is treated as Tascent = Tdescent = minsize/2assert_approx_equals: expected 50 +/- 1 but got 22
    at Test.<anonymous> (https://wpt.live/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:48:11)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at runTests (https://wpt.live/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:47:7)
Asserts run
Fail
assert_approx_equals(22, 50, 1)
    at Test.<anonymous> ( /mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:48:11)
Failminsize/maxsize percentages are relative to the unstretched sizeassert_approx_equals: percent minsize expected 300 +/- 1 but got 22
    at Test.<anonymous> (https://wpt.live/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:53:11)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at runTests (https://wpt.live/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:52:7)
Asserts run
Fail
assert_approx_equals(22, 300, 1, "percent minsize")
    at Test.<anonymous> ( /mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:53:11)
Faildefault minsize/maxsize valuesassert_approx_equals: default minsize is 100% expected 25 +/- 1 but got 22
    at Test.<anonymous> (https://wpt.live/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:62:11)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at runTests (https://wpt.live/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:57:7)
Asserts run
Fail
assert_approx_equals(22, 25, 1, "default minsize is 100%")
    at Test.<anonymous> ( /mathml/presentation-markup/operators/mo-minsize-maxsize-001.html:62:11)