2 <script src=
"../../resources/js-test.js"></script>
5 #a:last-child #b { color: red }
9 <div id=
"b">This text should be green
</div>
13 description("Evaluation of :last-child affecting descendant.");
16 a
.style
.backgroundColor
= "white";
18 t
.insertBefore(document
.createElement("div"), null);
20 var green
= "rgb(0, 128, 0)";
22 shouldBe("getComputedStyle(b).color", "green");