<!DOCTYPE html>
<style>
#test {
border: black;
}
</style>
Tests that adding visual overflow to an element which is also a layout root
correctly applies that overflow to its containing block.
<div style="will-change: transform">
<input id="test" type="email" placeholder="test" style="border: black; box-shadow: 0 10px 20px 0">
</div>