Bug 168823 - Placing <video> in a region incorrectly positions the play button
Summary: Placing <video> in a region incorrectly positions the play button
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-02-23 22:57 PST by Antoine Quint
Modified: 2017-02-23 23:03 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2017-02-23 22:57:46 PST
An example of this is the test at fast/regions/inline-block-inside-anonymous-overflow-with-covered-controls.html. Look at this test compared to fast/regions/inline-block-inside-anonymous-overflow-with-covered-controls-expected.html in Safari (not in DRT since this test turns of modern media controls) and see the slight difference in positioning. This appears to be compositing-related since turning off the play button as a layer positions it correctly and getBoundingClientRect() doesn't return differences in layout between the two files.
Comment 1 Radar WebKit Bug Importer 2017-02-23 22:58:16 PST
<rdar://problem/30691740>
Comment 2 Antoine Quint 2017-02-23 23:03:08 PST
This started happening after https://bugs.webkit.org/show_bug.cgi?id=168800 which made the problem evident.