| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| function test() | |
| { | |
| if (window.testRunner) { | |
| testRunner.dumpAsText(); | |
| testRunner.waitUntilDone(); | |
| } | |
| window.location.href = "javascript:'>'"; | |
| } | |
| </script> | |
| </head> | |
| <body onload="test()"> | |
| <!-- Tests https://bugs.webkit.org/show_bug.cgi?id=108695. Should not crash. --> | |
| <div style="position: fixed"></div> | |
| <div style="position: sticky"></div> | |
| </body> | |
| </html> |