| Index: third_party/WebKit/LayoutTests/shadow-dom/event-path-related-target-scoped.html
|
| diff --git a/third_party/WebKit/LayoutTests/shadow-dom/event-path-related-target-scoped.html b/third_party/WebKit/LayoutTests/shadow-dom/event-path-related-target-scoped.html
|
| index 97cc92f126cdacecb433746d2583cd8c7fbaebfc..c8144b6d964605b85df4c9891a9948015e2bc7e8 100644
|
| --- a/third_party/WebKit/LayoutTests/shadow-dom/event-path-related-target-scoped.html
|
| +++ b/third_party/WebKit/LayoutTests/shadow-dom/event-path-related-target-scoped.html
|
| @@ -2,10 +2,10 @@
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
| <script src="resources/shadow-dom.js"></script>
|
| -<div id=host label=host>
|
| - <template label=shadowRoot data-mode=open>
|
| - <input label="input1"></input>
|
| - <input label="input2"></input>
|
| +<div id=host>
|
| + <template id=shadowRoot data-mode=open>
|
| + <input id=input1></input>
|
| + <input id=input2></input>
|
| </template>
|
| </div>
|
| <script>
|
|
|