11 Bug
106384: Heap-use-after-free in WebCore::LayoutObject::willBeRemovedFromTree.
15 if (window
.testRunner
)
16 testRunner
.dumpAsText();
19 var ruby
= document
.createElement('ruby');
20 document
.body
.appendChild(ruby
);
22 document
.body
.offsetLeft
;
23 ruby
.appendChild(document
.createTextNode('Passed if this test did not crash or assert.'));