Index: LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt |
diff --git a/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt b/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt |
index 0c821fbaea801a6cde68d14b3656b3ddc9536d6b..fc26ce72adf072c9e08bcff6ff5c87811254d0b1 100644 |
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt |
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt |
@@ -49,6 +49,9 @@ Starting worker: resources/global-interface-listing.js |
[Worker] method getRandomValues |
[Worker] interface CryptoKey |
[Worker] method constructor |
+[Worker] interface CustomEvent |
+[Worker] method constructor |
+[Worker] method initCustomEvent |
[Worker] interface DOMException |
[Worker] attribute ABORT_ERR |
[Worker] attribute DATA_CLONE_ERR |
@@ -156,12 +159,43 @@ Starting worker: resources/global-interface-listing.js |
[Worker] getter stack |
[Worker] method constructor |
[Worker] setter stack |
+[Worker] interface Event |
+[Worker] attribute AT_TARGET |
+[Worker] attribute BLUR |
+[Worker] attribute BUBBLING_PHASE |
+[Worker] attribute CAPTURING_PHASE |
+[Worker] attribute CHANGE |
+[Worker] attribute CLICK |
+[Worker] attribute DBLCLICK |
+[Worker] attribute DRAGDROP |
+[Worker] attribute FOCUS |
+[Worker] attribute KEYDOWN |
+[Worker] attribute KEYPRESS |
+[Worker] attribute KEYUP |
+[Worker] attribute MOUSEDOWN |
+[Worker] attribute MOUSEDRAG |
+[Worker] attribute MOUSEMOVE |
+[Worker] attribute MOUSEOUT |
+[Worker] attribute MOUSEOVER |
+[Worker] attribute MOUSEUP |
+[Worker] attribute NONE |
+[Worker] attribute SELECT |
+[Worker] method constructor |
+[Worker] method initEvent |
+[Worker] method preventDefault |
+[Worker] method stopImmediatePropagation |
+[Worker] method stopPropagation |
[Worker] interface EventSource |
[Worker] attribute CLOSED |
[Worker] attribute CONNECTING |
[Worker] attribute OPEN |
[Worker] method close |
[Worker] method constructor |
+[Worker] interface EventTarget |
+[Worker] method addEventListener |
+[Worker] method constructor |
+[Worker] method dispatchEvent |
+[Worker] method removeEventListener |
[Worker] interface File |
[Worker] method constructor |
[Worker] interface FileError |