This is essentially goog.style.getStyle_. goog.style.getStyle_ is private
and is not a recommended way for general purpose style extractor. For the
purposes of layout testing, we only use this function for retrieving
'visiblity' and 'display' style.
|
code » | |
Determines whether the element has visible dimensions, i.e. x > 0 && y > 0.
|
code » | |
Determines whether the bounding rectangles of the given elements intersect.
|
code » | |
Test whether the given element is on screen.
|
code » | |
Determines whether the CSS style of the element renders it visible.
|
code » |