From 1dcbfc18e7dc2fa5fd0aef688650cb2d0d21f2b5 Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Fri, 8 Nov 2024 09:38:55 -0800 Subject: [PATCH] Implement dialog.requestClose() [4/N] This implements dialog.requestClose() and adds a test. See spec PR for details: https://github.com/whatwg/html/pull/10737 Bug: 376516550 Change-Id: Iaac3d89c28844d2b54ff5b1a7b68dc356d1fd172 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5991017 Commit-Queue: Mason Freed Reviewed-by: David Baron Auto-Submit: Mason Freed Cr-Commit-Position: refs/heads/main@{#1380450} --- .../dialog-requestclose.tentative.html | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 html/semantics/interactive-elements/the-dialog-element/dialog-requestclose.tentative.html diff --git a/html/semantics/interactive-elements/the-dialog-element/dialog-requestclose.tentative.html b/html/semantics/interactive-elements/the-dialog-element/dialog-requestclose.tentative.html new file mode 100644 index 00000000000000..ed52f78a887228 --- /dev/null +++ b/html/semantics/interactive-elements/the-dialog-element/dialog-requestclose.tentative.html @@ -0,0 +1,71 @@ + + + + + + + + + + +Dialog + +