7 if (window.testRunner) {
8 testRunner.dumpAsText();
9 testRunner.waitUntilDone();
11 window.location.href = "javascript:'>'";
15 <body onload="test()">
16 <!-- Tests https://bugs.webkit.org/show_bug.cgi?id=108695. Should not crash. -->
17 <div style="position: fixed"></div>
18 <div style="position: -webkit-sticky"></div>