| <html style="overflow: overlay"> | |
| <body style="overflow: overlay"> | |
| <div style="transform: rotate3d(1, -1, 1, -1deg)"></div> | |
| <script> | |
| document.elementsFromPoint(100, 100); | |
| </script> | |
| <p>This test passes if it doesn't crash.</p> | |
| <script> | |
| testRunner.dumpAsText(); | |
| </script> |