Issue metadata
Sign in to add a comment
|
Elements absolutely positioned in a role=none div shouldn't be 'offscreen' |
||||||||||||||||||||||
Issue description
This content_browsertest marks the paragraph and inlinetextbox nodes as offscreen, but they shouldn't be:
<!DOCTYPE html>
<!--
@BLINK-ALLOW:offscreen
-->
<html>
<body>
<div role="group" style="overflow:hidden">
<div role="none" style="position:absolute">
<p>Hello</p>
</div>
</div>
</body>
</html>
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by katie@chromium.org
, Jan 30 2018Owner: ----