Summary

Harness status: OK

Found 16 tests

Details

ResultTest NameMessage
Passdocument.elementFromPoint
Asserts run
Pass
assert_inherits(Document node with 2 children, "elementFromPoint")
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:49:13)
Passdocument.elementFromPoint is a Function
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:53:13)
Passtest some point of the element: top left corner
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:80:21)
Passtest some point of the element: top line
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:80:21)
Failtest some point of the element: top right cornerassert_equals: expected true but got false
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:80:21)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:79:17
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:83:11
Asserts run
Fail
assert_equals(false, true)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:80:21)
Passtest some point of the element: left line
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:80:21)
Passtest some point of the element: inside
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:80:21)
Failtest some point of the element: right lineassert_equals: expected true but got false
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:80:21)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:79:17
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:83:11
Asserts run
Fail
assert_equals(false, true)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:80:21)
Failtest some point of the element: bottom left cornerassert_equals: expected true but got false
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:80:21)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:79:17
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:83:11
Asserts run
Fail
assert_equals(false, true)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:80:21)
Failtest some point of the element: bottom lineassert_equals: expected true but got false
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:80:21)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:79:17
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:83:11
Asserts run
Fail
assert_equals(false, true)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:80:21)
Failtest some point of the element: bottom right cornerassert_equals: expected true but got false
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:80:21)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:79:17
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom-view/elementFromPosition.html:83:11
Asserts run
Fail
assert_equals(false, true)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:80:21)
PassPoint (0, 0), return root element(HTML)
Asserts run
Pass
assert_equals("HTML", "HTML")
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:86:13)
Pass test negative x
Asserts run
Pass
assert_equals(null, null, "negative x, return null")
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:91:13)
Pass test negative y
Asserts run
Pass
assert_equals(null, null, "negative y, return null")
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:96:13)
Passtest outside of viewport
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:101:13)
Passtest the top of layer
Asserts run
Pass
assert_equals("dom-2", "dom-2")
    at Test.<anonymous> ( /css/cssom-view/elementFromPosition.html:117:13)