Pass | getBoundingClientRect on a newly-created Element not yet inserted into the DOM should return an all-zeroes DOMRect | Asserts runPass | assert_equals(0, 0, "DOMRect's x should be zero")
at Test.<anonymous> ( /css/cssom-view/cssom-getBoundingClientRect-002.html:17:17) | Pass | assert_equals(0, 0, "DOMRect's y should be zero")
at Test.<anonymous> ( /css/cssom-view/cssom-getBoundingClientRect-002.html:18:17) | Pass | assert_equals(0, 0, "DOMRect's width should be zero")
at Test.<anonymous> ( /css/cssom-view/cssom-getBoundingClientRect-002.html:19:17) | Pass | assert_equals(0, 0, "DOMRect's height should be zero")
at Test.<anonymous> ( /css/cssom-view/cssom-getBoundingClientRect-002.html:20:17) |
|