Hello

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passcssom-view - elementFromPoint and elementsFromPoint dealing with negative margins
Asserts run
Pass
assert_equals(Element node <div id="outer" style="background:yellow">   <div id="inn..., Element node <div id="outer" style="background:yellow">   <div id="inn..., "elementFromPoint should get outer element")
    at Test.<anonymous> ( /css/cssom-view/negativeMargins.html:17:6)
Passcssom-view - elementFromPoint and elementsFromPoint dealing with negative margins 1
Asserts run
Pass
assert_array_equals([Element node <div id="inner" style="width:100px; height:100px; margin-..., Element node <div id="outer" style="background:yellow">   <div id="inn..., Element node <body> <div id="outer" style="background:yellow">   <div ..., Element node <html><head><meta charset="utf-8"> <title>cssom-view - el...], [Element node <div id="inner" style="width:100px; height:100px; margin-..., Element node <div id="outer" style="background:yellow">   <div id="inn..., Element node <body> <div id="outer" style="background:yellow">   <div ..., Element node <html><head><meta charset="utf-8"> <title>cssom-view - el...], "elementsFromPoint should get sequence [inner, outer, body, html]")
    at Test.<anonymous> ( /css/cssom-view/negativeMargins.html:23:6)