safe_browsing_blocking_page_test fails for mobile layout |
|||
Issue descriptionThe tests in safe_browsing_blocking_page_test.cc succeed for the Desktop layout, but will fail for the mobile layout. The test checks the visibility of elements with a GetVisibility() helper method, but this only checks for offsetHeight and offsetWidth. This works for desktop, because we hide things with `display: none` (which is inherited), but breaks on mobile layout because we use opacity instead (not inherited). Checking visibility of elements must be done by recursively checking the visibility of parent elements.
,
Apr 28 2017
,
May 2 2017
,
Aug 24
Bulk edit: marking stale 'fixed' bugs as 'verified' since they don't need verification at this point. |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Apr 28 2017