gecko-dev/layout/base/crashtests/1458121.html
Matt Woodrow f06b4bd62c Bug 1458121 - Don't try to layerize when we have a clip-path mask as well as rounded rect clipping. r=mstange
MozReview-Commit-ID: GhOay2a6z9t

--HG--
extra : rebase_source : 2c3dcf4fe05046da1790a46fb96d7acdf7caf86c
2018-06-21 12:43:22 +12:00

24 lines
456 B
HTML

<script>
window.requestIdleCallback(function(){
document.documentElement.style.display="none";
document.documentElement.getBoundingClientRect();
document.documentElement.style.display="";
});
</script>
<style>
body {
-webkit-border-radius: 16px;
overflow-x: hidden;
-webkit-filter: blur(0px);
width: 1em;
}
:root {
scroll-snap-destination: left top 36%;
}
#a {
overflow: scroll;
clip-path: url(#x);
}
</style>
<dl id="a">|<dialog open>