4 testRunner
.dumpAsText();
8 var child
= document
.createElement('div');
9 child
.textContent
= 'my text content';
15 document
.querySelector('table').appendChild(makeChild());
16 document
.querySelector('tbody').appendChild(makeChild());
17 document
.querySelector('tr').appendChild(makeChild());
18 document
.querySelector('td').appendChild(makeChild());
24 background-color: green;
26 #target:first-letter, #target div:first-letter { color: red; }
29 <div>This test is successfully if it does not crash.
</div>
30 <div>This test is verifying that adding content that uses first letter into
31 a table will work correctly.
</div>
35 <tr><td>Test
</td></tr>