2 <script src=
"../../resources/js-test.js"></script>
26 background: rgba(
0,
255,
0,
0.3);
32 border:
1px solid blue;
37 will-change: position;
39 background: rgba(
0,
255,
0,
0.3);
48 <button id='button'
>Button Test
</button>
51 <div id='div'
>Div Test
</div>
54 <div id='console'
></div>
57 shouldBe('document.elementFromPoint(25, 25).id', "'button'");
58 shouldBe('document.elementFromPoint(225, 25).id', "'div'");