mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
25b9f0ae02
WhatsApp Web has emojis in divs with border-radius, inside a transform, inside a scrollframe. The patch in bug 1523776 broke the clipping in that scrolling the scrollframe would make the emoji visible outside the scrollframe. This reftest replicates that scenario. Differential Revision: https://phabricator.services.mozilla.com/D18272
5 lines
145 B
HTML
5 lines
145 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<div style="overflow-y:hidden; position:absolute; top:50px; width: 200px; height: 100px; border: solid 1px black">
|
|
</div>
|