13 if (window
.testRunner
)
14 testRunner
.dumpAsText();
17 var ruby
= document
.createElement('ruby');
18 document
.body
.appendChild(ruby
);
19 document
.body
.offsetTop
;
20 ruby
.appendChild(document
.createTextNode('Passed if this test did not crash or assert.'));