From 6572d5b33f7e95cb1f857ed76d2cdd7939ef47ad Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Mon, 18 Nov 2024 07:22:20 -0800 Subject: [PATCH] Remove .tentative from popover invoker WPTs The spec PR landed: https://github.com/whatwg/html/pull/10728 so this removes .tentative from the WPTs. Bug: 364669918 Change-Id: I35e50fff8d94ff52e212844814a4e597c35d78b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6025803 Commit-Queue: Di Zhang Reviewed-by: Di Zhang Auto-Submit: Mason Freed Cr-Commit-Position: refs/heads/main@{#1384325} --- ...mplicit-anchor.tentative.html => popover-implicit-anchor.html} | 0 ...mperative-invokers.tentative.html => imperative-invokers.html} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename css/css-anchor-position/{popover-implicit-anchor.tentative.html => popover-implicit-anchor.html} (100%) rename html/semantics/popovers/{imperative-invokers.tentative.html => imperative-invokers.html} (100%) diff --git a/css/css-anchor-position/popover-implicit-anchor.tentative.html b/css/css-anchor-position/popover-implicit-anchor.html similarity index 100% rename from css/css-anchor-position/popover-implicit-anchor.tentative.html rename to css/css-anchor-position/popover-implicit-anchor.html diff --git a/html/semantics/popovers/imperative-invokers.tentative.html b/html/semantics/popovers/imperative-invokers.html similarity index 100% rename from html/semantics/popovers/imperative-invokers.tentative.html rename to html/semantics/popovers/imperative-invokers.html