9 if (window
.testRunner
) {
10 testRunner
.dumpAsText();
11 testRunner
.waitUntilDone();
15 el0
=document
.createElement('div')
16 document
.body
.appendChild(el0
)
17 el0
.setAttribute('id','el0')
18 el1
=document
.createElement('div')
19 document
.body
.appendChild(el1
)
20 el1
.setAttribute('id','el1')
21 el0
.appendChild(document
.createTextNode(unescape(Array(40).join('A')+'%ufed5')));
22 el1
.appendChild(document
.createTextNode(unescape('A%u074b')));
23 document
.body
.offsetTop
;
24 setTimeout(function () {
25 document
.body
.innerHTML
= "PASS. WebKit didn't crash.";
26 testRunner
.notifyDone();