Bug 168823
| Summary: | Placing <video> in a region incorrectly positions the play button | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=168800 | ||
Antoine Quint
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/30691740>
Antoine Quint
This started happening after https://bugs.webkit.org/show_bug.cgi?id=168800 which made the problem evident.