From 7218bd394b6334bf27c04122ead9d0801cb305c6 Mon Sep 17 00:00:00 2001 From: Ryosuke Niwa Date: Tue, 16 Apr 2019 01:22:47 -0700 Subject: [PATCH] DOM: more shadow tree event dispatching tests WebKit test added in https://trac.webkit.org/r236002. Helps with https://github.com/whatwg/dom/issues/742. --- ...g-event-listeners-across-shadow-trees.html | 191 ++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees.html diff --git a/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees.html b/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees.html new file mode 100644 index 00000000000000..bcb4ee62e0c61c --- /dev/null +++ b/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees.html @@ -0,0 +1,191 @@ + + + +Shadow DOM: Capturing event listeners should be invoked before bubbling event listeners + + + + + + + + +
+
+
+
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+
+ + +
+
+ +
+ +
+
+
+ + + +