cssom-getboundingclientrect-002 |
|
DOM/JSScript |
getBoundingClientRect of element outside DOM
- Calling getBoundingClientRect on an element that is outside of the DOM (and therefore does not have an associated layout box) should result in an all-zeroes DOMRect and should definitely not throw an error.
|
cssom-getclientrects |
|
DOM/JSScript |
getClientRects of element outside DOM
- Calling getClientRects on an element that is outside of the DOM (and therefore does not have an associated layout box) should result in an empty DOMRectList and should definitely not throw an error.
|
cssom-getclientrects-002 |
|
Script |
CSSOM View - GetClientRects().length is the same regardless source new lines
|
getclientrects-br-htb-ltr |
|
|
|
getclientrects-br-htb-rtl |
|
|
|
getclientrects-br-vlr-ltr |
|
|
|
getclientrects-br-vlr-rtl |
|
|
|
getclientrects-br-vrl-ltr |
|
|
|
getclientrects-br-vrl-rtl |
|
|
|
getclientrects-inline |
= |
|
|
getclientrects-inline-atomic-child |
|
Script |
|
getclientrects-inline-inline-child |
|
Script |
|
ttwf-js-cssomview-getclientrects-length |
|
DOM/JSScript |
the length of getClientRects
- getClientRects will return rects of the correct number
|