Bug 177514

Summary: Web Automation: overflow:hidden elements with no children are mistakenly reported as not visible
Product: WebKit Reporter: BJ Burg <bburg>
Component: WebDriverAssignee: BJ Burg <bburg>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, cgarcia, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch joepeck: review+, bburg: commit-queue-

Description BJ Burg 2017-09-26 16:01:02 PDT
..............
Comment 1 BJ Burg 2017-09-26 16:01:13 PDT
<rdar://problem/31936291>
Comment 2 BJ Burg 2017-09-26 16:03:35 PDT
Created attachment 321883 [details]
Patch
Comment 3 Joseph Pecoraro 2017-09-26 16:14:27 PDT
Comment on attachment 321883 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=321883&action=review

r=me

> Source/WebKit/ChangeLog:12
> +        to check for the case where the element has no children and return 'false'.

I'd use backticks `false` to avoid string confusion, but this is a ChangeLog after all, so whatever.
Comment 4 BJ Burg 2017-09-26 17:02:06 PDT
Committed r222536: <http://trac.webkit.org/changeset/222536>