4 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8" />
5 <title>last-child test
</title>
8 testRunner
.dumpAsText();
10 window
.onload = function() {
11 // Notice that this file lacks a terminating newline character!
12 // That's essential to what this test is testing!
13 if (document
.querySelectorAll('body>:last-child').length
== 1) {
21 <body><div id='last'
>last
</div></body></html>