| Index: LayoutTests/fast/dom/shadow/event-path-shadow-insertion-point-in-oldest-shadow-root.html
|
| diff --git a/LayoutTests/fast/dom/shadow/event-path-shadow-insertion-point-in-oldest-shadow-root.html b/LayoutTests/fast/dom/shadow/event-path-shadow-insertion-point-in-oldest-shadow-root.html
|
| index 7bb11630b917fded51b977015ba55bbd0c2ef301..c30aca719186bd732c6ee28e421059032bae540f 100644
|
| --- a/LayoutTests/fast/dom/shadow/event-path-shadow-insertion-point-in-oldest-shadow-root.html
|
| +++ b/LayoutTests/fast/dom/shadow/event-path-shadow-insertion-point-in-oldest-shadow-root.html
|
| @@ -34,6 +34,5 @@ var clickEvent = document.createEvent("MouseEvents");
|
| clickEvent.initMouseEvent('click', true, false, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
|
| document.getElementById('C').dispatchEvent(clickEvent);
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|