From f0975904849ed5a542b9f0603face91e50bc7bc4 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 12 Oct 2021 17:07:23 +0200 Subject: [PATCH] DOM: ensure event.path is not supported --- dom/historical.html | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/historical.html b/dom/historical.html index 8a71e364e5ef30..7ef7e8032c7f46 100644 --- a/dom/historical.html +++ b/dom/historical.html @@ -190,6 +190,7 @@ var EventPrototypeRemoved = [ "getPreventDefault", + "path" ] EventPrototypeRemoved.forEach(name => { test(() => {