From c2376f754d969ad6be87b52e23ed18054b392442 Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Tue, 28 Jun 2022 11:48:18 +0000 Subject: [PATCH] Bug 1776291 [wpt PR 34567] - Rename popup=async to popup=manual, a=testonly Automatic update from web-platform-tests Rename popup=async to popup=manual Per the [1] resolution, we have decided to rename popup=async to popup=manual, since it is a) parallel to popup=auto, and b) easier to understand. [1] https://github.com/openui/open-ui/issues/495#issuecomment-1164827851 Bug: 1307772 Change-Id: I786f6332c2a7f9df4810aeedfd425e38579ea1b1 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3722345 Commit-Queue: Mason Freed Auto-Submit: Mason Freed Reviewed-by: Joey Arhar Cr-Commit-Position: refs/heads/main@{#1017762} -- wpt-commits: 7b93c5f15d2d4df418f7dc1e61c3f82e24935833 wpt-pr: 34567 --- .../popup-attribute-basic.tentative.html | 6 ++-- ...pup-backdrop-appearance-ref.tentative.html | 2 +- .../popup-backdrop-appearance.tentative.html | 2 +- .../popups/popup-defaultopen.tentative.html | 8 ++--- .../popup-invoking-attribute.tentative.html | 2 +- .../popups/popup-light-dismiss.tentative.html | 18 +++++------ .../popups/popup-types.tentative.html | 30 +++++++++---------- 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/testing/web-platform/tests/html/semantics/popups/popup-attribute-basic.tentative.html b/testing/web-platform/tests/html/semantics/popups/popup-attribute-basic.tentative.html index efcd3355ebe24..e7c2c316881b3 100644 --- a/testing/web-platform/tests/html/semantics/popups/popup-attribute-basic.tentative.html +++ b/testing/web-platform/tests/html/semantics/popups/popup-attribute-basic.tentative.html @@ -11,7 +11,7 @@
Pop up
Pop up
Pop up
-
Pop up
+
Pop up
@@ -158,7 +158,7 @@ assert_false(popUp.matches(':top-layer')); popUp.showPopUp(); assert_true(popUp.matches(':top-layer')); - popUp.setAttribute('popup','async'); + popUp.setAttribute('popup','manual'); assert_false(popUp.matches(':top-layer')); popUp.showPopUp(); assert_true(popUp.matches(':top-layer')); @@ -175,7 +175,7 @@ } } - ["auto","hint","async"].forEach(type => { + ["auto","hint","manual"].forEach(type => { test((t) => { const popUp = createPopUp(t); popUp.setAttribute('popup',type); diff --git a/testing/web-platform/tests/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html b/testing/web-platform/tests/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html index 0327f3886fbce..283eed24d3d7b 100644 --- a/testing/web-platform/tests/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html +++ b/testing/web-platform/tests/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html @@ -40,7 +40,7 @@ if there are 3 stacked boxes, with the brightest green on top.

Bottom
Middle -
Top
+
Top
diff --git a/testing/web-platform/tests/html/semantics/popups/popup-backdrop-appearance.tentative.html b/testing/web-platform/tests/html/semantics/popups/popup-backdrop-appearance.tentative.html index da975d95b659d..62005db75be4e 100644 --- a/testing/web-platform/tests/html/semantics/popups/popup-backdrop-appearance.tentative.html +++ b/testing/web-platform/tests/html/semantics/popups/popup-backdrop-appearance.tentative.html @@ -41,7 +41,7 @@ if there are 3 stacked boxes, with the brightest green on top.

Bottom
Middle -
Top
+
Top
Popup 1