blob: 533119e421efb47db428ffa6b9a2beb98783ead0 [file] [log] [blame]
<style>
.container {
backface-visibility:visible;
}
* {
overflow:hidden;
backface-visibility:hidden;
}
</style>
<div class="container">
<select></select>
<div></div>
</div>
This test passes if it doesn't crash.
<script>
if (window.testRunner) {
testRunner.dumpAsText();
window.internals.forceCompositingUpdate(document);
}
</script>