From 92335f1b8c16ea7dd8ccc5813bc1695219851578 Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Fri, 21 Oct 2022 09:37:05 -0700 Subject: [PATCH] Remove pop-up test for unscopable `popup` attr There was a previous web compat issue with event handler attributes calling functions called "popup()". As a result, we made the `popup` attribute unscopable, so this would not break the web. However, with the change of name to `popUp` for the IDL attribute, this compat issue likely doesn't exist, for the same reasons that this rename fixed the general compat issue [1]. This CL removes the test for unscopable. The [2] CL actually made the attribute scopable. [1] https://github.com/openui/open-ui/issues/546 [2] https://chromium-review.googlesource.com/c/chromium/src/+/3954386 Bug: 1307772 Change-Id: I603e75338e1ccb925e6f145870fa6fecc68c61fd --- .../popup-attribute-unscopable.tentative.html | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 html/semantics/popups/popup-attribute-unscopable.tentative.html diff --git a/html/semantics/popups/popup-attribute-unscopable.tentative.html b/html/semantics/popups/popup-attribute-unscopable.tentative.html deleted file mode 100644 index 91e46d86bd05d21..000000000000000 --- a/html/semantics/popups/popup-attribute-unscopable.tentative.html +++ /dev/null @@ -1,23 +0,0 @@ - - -Popup attribute is unscopable - - - - - - -