2 <script src=
"../../resources/js-test.js"></script>
5 #dialog::backdrop { background-color: green; }
8 <dialog id=
"target"></dialog>
11 description("Hit testing with ::backdrop style");
13 var dialog
= document
.getElementById("target");
16 shouldBe("document.elementFromPoint(5, 5).id", "'target'");