diff --git a/html/semantics/popups/popup-attribute-basic.tentative.html b/html/semantics/popups/popup-attribute-basic.tentative.html index efcd3355ebe24a..e7c2c316881b33 100644 --- a/html/semantics/popups/popup-attribute-basic.tentative.html +++ b/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/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html b/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html index 0327f3886fbcee..283eed24d3d7b5 100644 --- a/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html +++ b/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/html/semantics/popups/popup-backdrop-appearance.tentative.html b/html/semantics/popups/popup-backdrop-appearance.tentative.html index da975d95b659d8..62005db75be4ec 100644 --- a/html/semantics/popups/popup-backdrop-appearance.tentative.html +++ b/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