4 testRunner
.dumpAsText();
8 ul.menu li:first-letter { color: green; }
11 <p>Test passes if it does not CRASH with --run-layout-test.
</p>
21 var iframe
= document
.createElement('iframe');
22 iframe
.src
= window
.location
;
23 document
.body
.appendChild(iframe
);
25 if (window
.parent
!== window
)
26 window
.parent
.document
.querySelector('iframe').remove()