| <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> |