| Index: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html b/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html
|
| index e0b7d1c03a971e52b3127b23e28501fd2f165c9f..f4517e04a78afe6c56b65542f5346d35b61bbe05 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html
|
| @@ -19,12 +19,11 @@
|
| createDOM('content', {'id': 'C'}),
|
| createDOM('div', {'id': 'D'})),
|
| createShadowRoot({'id': 'younger-shadow-root'},
|
| - createDOM('shadow', {'id': 'E'},
|
| - createDOM('content', {'id': 'EC'})),
|
| + createDOM('shadow', {'id': 'E'}),
|
| createDOM('div', {'id': 'F'})),
|
| createDOM('div', {'id': 'B'}))));
|
|
|
| - addEventListeners(['top', 'A', 'B', 'A/', 'A/C', 'A/D', 'A//', 'A//E', 'A//EC', 'A//F']);
|
| + addEventListeners(['top', 'A', 'B', 'A/', 'A/C', 'A/D', 'A//', 'A//E', 'A//F']);
|
| showSandboxTree();
|
|
|
| moveMouse('B', 'A');
|
|
|