diff --git a/Base/res/html/misc/event-bubbling-and-multiple-listeners.html b/Base/res/html/misc/event-bubbling-and-multiple-listeners.html new file mode 100644 index 0000000000..4ef0bd68c6 --- /dev/null +++ b/Base/res/html/misc/event-bubbling-and-multiple-listeners.html @@ -0,0 +1,186 @@ + + +
+There are four lists listening to the mousedown event.
+For the test to pass, it must match the reference.
+Only the first click counts. (I didn't want to figure out stopping multiple clicks)
+ ++ Click me! +
+3 (PASS)
+2 (PASS)
+1 (PASS)
++ Click me! +
+2 (PASS)
+1 (PASS)
+(Test fails if FAIL is shown on screen)
++ Click me! +
+1 (PASS)
+(Test fails if FAIL is shown on screen)
++ Click me! +
+3 (PASS)
+2 (PASS)
+1 (PASS)
+This page loaded in ms
Some small test pages: