diff --git a/html/semantics/popups/popup-backdrop-appearance.tentative.html b/html/semantics/popups/popup-backdrop-appearance.tentative.html
index a2f761fa8170d1..1a4c6bac65f498 100644
--- a/html/semantics/popups/popup-backdrop-appearance.tentative.html
+++ b/html/semantics/popups/popup-backdrop-appearance.tentative.html
@@ -35,7 +35,7 @@
Test for [popup]::backdrop presence and stacking order. The test passes
if there are 3 stacked boxes, with the brightest green on top.
Bottom
-
diff --git a/html/semantics/popups/popup-defaultopen-hints.tentative.html b/html/semantics/popups/popup-defaultopen-hints.tentative.html
deleted file mode 100644
index a7535fab203422..00000000000000
--- a/html/semantics/popups/popup-defaultopen-hints.tentative.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
This is a popup=hint with defaultopen, which should NOT be open upon load
-
-
diff --git a/html/semantics/popups/popup-invoking-attribute.tentative.html b/html/semantics/popups/popup-invoking-attribute.tentative.html
index b281e1f4c06b1e..63a3c7f443a343 100644
--- a/html/semantics/popups/popup-invoking-attribute.tentative.html
+++ b/html/semantics/popups/popup-invoking-attribute.tentative.html
@@ -67,7 +67,7 @@
...unsupportedTypes,
];
window.addEventListener('load', () => {
- ["auto","hint","manual"].forEach(type => {
+ ["auto","manual"].forEach(type => {
invokers.forEach(testcase => {
let t_set = [1], s_set = [1], h_set = [1];
if (testcase.supported) {
diff --git a/html/semantics/popups/popup-light-dismiss.tentative.html b/html/semantics/popups/popup-light-dismiss.tentative.html
index 8848806cab7730..d012942c14aa5f 100644
--- a/html/semantics/popups/popup-light-dismiss.tentative.html
+++ b/html/semantics/popups/popup-light-dismiss.tentative.html
@@ -458,53 +458,6 @@
},'Ensure circular/convoluted ancestral relationships are functional, with a direct showPopUp()');
-
-
Popup
-
Hint
-
Manual
-
-
-
-
Pop-up 1
Pop-up 2
Pop-up 3
diff --git a/html/semantics/popups/popup-manual-crash.tentative.html b/html/semantics/popups/popup-manual-crash.tentative.html
index b3430a451333c4..bbc01a47ad9359 100644
--- a/html/semantics/popups/popup-manual-crash.tentative.html
+++ b/html/semantics/popups/popup-manual-crash.tentative.html
@@ -6,17 +6,15 @@
This test passes if it does not crash.
-
Blank
-
Auto
+
-
Hint
Manual
-
-
-
-
Popup 1
-
Popup 2
-
Anchor
-
Popup 3
-
-
-
Hint anchored to pop-up
-
-
-
-
-
-
Hint
-
Nested auto (note - never visible, since inside display:none subtree)
-
-
-
-
-
-
Auto
-
Nested Auto
-
Nested hint
-
-
-
-
-
-
Auto
-
Non-Nested hint
-
-