| Index: LayoutTests/fast/dom/shadow/touch-event.html
|
| diff --git a/LayoutTests/fast/dom/shadow/touch-event.html b/LayoutTests/fast/dom/shadow/touch-event.html
|
| index ca65149297f30d53523ef7056b9922ac131c230e..d918a8accd87ecb82ad750b644d2b657bab1a756 100644
|
| --- a/LayoutTests/fast/dom/shadow/touch-event.html
|
| +++ b/LayoutTests/fast/dom/shadow/touch-event.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <html><body>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
|
|
| <p>Touch event should be fired in Shadow DOM.</p>
|
| <p>Elements in ShadowDOM should not be revealed in touchTarget if it's examined in non shadow tree.</p>
|
|
|