blob: 373dd969093799b71fc3757660cce134e9535f12 [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();
internals.forceCompositingUpdate(document);
}
</script>