| Index: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-empty-shadow-element-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt b/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-empty-shadow-element-expected.txt
|
| similarity index 82%
|
| copy from LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt
|
| copy to LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-empty-shadow-element-expected.txt
|
| index a9275ab6be193e40fec07637723d6982971457e5..cf03b40658dd34fb9e6dca6cfab3a1648d4eaf39 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-empty-shadow-element-expected.txt
|
| @@ -18,7 +18,6 @@ Moving mouse from B to A
|
|
|
| mouseout
|
| @B (target: B) (related: A)
|
| - @EC (target: B) (related: A)
|
| @C (target: B) (related: A)
|
| @older-shadow-root (target: B) (related: A)
|
| @E (target: B) (related: A)
|
| @@ -41,6 +40,16 @@ Moving mouse from B to A//F
|
| mouseout
|
|
|
| mouseover
|
| +
|
| +Click A/D
|
| +
|
| + click
|
| + @D (target: D)
|
| + @older-shadow-root (target: D)
|
| + @E (target: E)
|
| + @younger-shadow-root (target: E)
|
| + @A (target: A)
|
| + @top (target: A)
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|