| /* Must be inline to cause a continuation chain */ |
| /* Not requireed for the test, just makes it easier to see what's going on */ |
| /* This content will get incorrectly repeated in the continuation */ |
| testRunner.waitUntilDone(); |
| document.querySelector('span').style.fontFamily = 'Arial'; |
| <body onload="runTest()"> |
| <!-- [bug 93170] http://bugs.webkit.org/show_bug.cgi?id=91370 --> |
| <!-- If test passes, you should see A A A B B B. --> |
| <span><span><span><div></div><div></div><div></div><div></div><div></div><div></div><div></div></span></span></span> |