6 -webkit-writing-mode: vertical-rl;
13 if (window
.testRunner
)
14 testRunner
.dumpAsText();
17 document
.body
.appendChild(document
.createElement('form'));
18 test1
= document
.createElement('input');
19 test1
.setAttribute('id', 'test1');
20 test1
.setAttribute('type', 'range');
21 document
.body
.appendChild(test1
);
22 document
.designMode
= 'on';
23 document
.execCommand('selectall');
24 document
.execCommand('FormatBlock', false, '<'+'pre>');
25 document
.body
.offsetTop
;
26 document
.body
.innerHTML
= "WebKit bug 88017 - Crash due to renderer not removed from height descendant map.<br />PASS. WebKit didn't crash.";