From 6e6d5b9c16edca477916bf2118342160a2fb6243 Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Wed, 11 Oct 2023 17:10:56 -0700 Subject: [PATCH] Remove .tentative extension for declarative shadow DOM tests The spec PR [1] is about to land, so these tests should no longer be tentative. [1] https://github.com/whatwg/html/pull/5465 Bug: 1379513 Change-Id: I577abb26b3c29a04f14ddafec7400abadb4119ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4932173 Auto-Submit: Mason Freed Commit-Queue: Joey Arhar Reviewed-by: Joey Arhar Cr-Commit-Position: refs/heads/main@{#1208576} --- ...hshadow.tentative.html => declarative-after-attachshadow.html} | 0 ...raction.tentative.html => declarative-parser-interaction.html} | 0 ...ment.tentative.html => declarative-shadow-dom-attachment.html} | 0 ...dom-basic.tentative.html => declarative-shadow-dom-basic.html} | 0 ...m-opt-in.tentative.html => declarative-shadow-dom-opt-in.html} | 0 ...hadow.tentative.html => declarative-with-disabled-shadow.html} | 0 .../{getinnerhtml.tentative.html => getinnerhtml.html} | 0 ...osing-tag.tentative.html => innerhtml-before-closing-tag.html} | 0 ...emplate.tentative.html => innerhtml-on-ordinary-template.html} | 0 ...g-tag.tentative.html => move-template-before-closing-tag.html} | 0 .../{script-access.tentative.html => script-access.html} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename shadow-dom/declarative/{declarative-after-attachshadow.tentative.html => declarative-after-attachshadow.html} (100%) rename shadow-dom/declarative/{declarative-parser-interaction.tentative.html => declarative-parser-interaction.html} (100%) rename shadow-dom/declarative/{declarative-shadow-dom-attachment.tentative.html => declarative-shadow-dom-attachment.html} (100%) rename shadow-dom/declarative/{declarative-shadow-dom-basic.tentative.html => declarative-shadow-dom-basic.html} (100%) rename shadow-dom/declarative/{declarative-shadow-dom-opt-in.tentative.html => declarative-shadow-dom-opt-in.html} (100%) rename shadow-dom/declarative/{declarative-with-disabled-shadow.tentative.html => declarative-with-disabled-shadow.html} (100%) rename shadow-dom/declarative/{getinnerhtml.tentative.html => getinnerhtml.html} (100%) rename shadow-dom/declarative/{innerhtml-before-closing-tag.tentative.html => innerhtml-before-closing-tag.html} (100%) rename shadow-dom/declarative/{innerhtml-on-ordinary-template.tentative.html => innerhtml-on-ordinary-template.html} (100%) rename shadow-dom/declarative/{move-template-before-closing-tag.tentative.html => move-template-before-closing-tag.html} (100%) rename shadow-dom/declarative/{script-access.tentative.html => script-access.html} (100%) diff --git a/shadow-dom/declarative/declarative-after-attachshadow.tentative.html b/shadow-dom/declarative/declarative-after-attachshadow.html similarity index 100% rename from shadow-dom/declarative/declarative-after-attachshadow.tentative.html rename to shadow-dom/declarative/declarative-after-attachshadow.html diff --git a/shadow-dom/declarative/declarative-parser-interaction.tentative.html b/shadow-dom/declarative/declarative-parser-interaction.html similarity index 100% rename from shadow-dom/declarative/declarative-parser-interaction.tentative.html rename to shadow-dom/declarative/declarative-parser-interaction.html diff --git a/shadow-dom/declarative/declarative-shadow-dom-attachment.tentative.html b/shadow-dom/declarative/declarative-shadow-dom-attachment.html similarity index 100% rename from shadow-dom/declarative/declarative-shadow-dom-attachment.tentative.html rename to shadow-dom/declarative/declarative-shadow-dom-attachment.html diff --git a/shadow-dom/declarative/declarative-shadow-dom-basic.tentative.html b/shadow-dom/declarative/declarative-shadow-dom-basic.html similarity index 100% rename from shadow-dom/declarative/declarative-shadow-dom-basic.tentative.html rename to shadow-dom/declarative/declarative-shadow-dom-basic.html diff --git a/shadow-dom/declarative/declarative-shadow-dom-opt-in.tentative.html b/shadow-dom/declarative/declarative-shadow-dom-opt-in.html similarity index 100% rename from shadow-dom/declarative/declarative-shadow-dom-opt-in.tentative.html rename to shadow-dom/declarative/declarative-shadow-dom-opt-in.html diff --git a/shadow-dom/declarative/declarative-with-disabled-shadow.tentative.html b/shadow-dom/declarative/declarative-with-disabled-shadow.html similarity index 100% rename from shadow-dom/declarative/declarative-with-disabled-shadow.tentative.html rename to shadow-dom/declarative/declarative-with-disabled-shadow.html diff --git a/shadow-dom/declarative/getinnerhtml.tentative.html b/shadow-dom/declarative/getinnerhtml.html similarity index 100% rename from shadow-dom/declarative/getinnerhtml.tentative.html rename to shadow-dom/declarative/getinnerhtml.html diff --git a/shadow-dom/declarative/innerhtml-before-closing-tag.tentative.html b/shadow-dom/declarative/innerhtml-before-closing-tag.html similarity index 100% rename from shadow-dom/declarative/innerhtml-before-closing-tag.tentative.html rename to shadow-dom/declarative/innerhtml-before-closing-tag.html diff --git a/shadow-dom/declarative/innerhtml-on-ordinary-template.tentative.html b/shadow-dom/declarative/innerhtml-on-ordinary-template.html similarity index 100% rename from shadow-dom/declarative/innerhtml-on-ordinary-template.tentative.html rename to shadow-dom/declarative/innerhtml-on-ordinary-template.html diff --git a/shadow-dom/declarative/move-template-before-closing-tag.tentative.html b/shadow-dom/declarative/move-template-before-closing-tag.html similarity index 100% rename from shadow-dom/declarative/move-template-before-closing-tag.tentative.html rename to shadow-dom/declarative/move-template-before-closing-tag.html diff --git a/shadow-dom/declarative/script-access.tentative.html b/shadow-dom/declarative/script-access.html similarity index 100% rename from shadow-dom/declarative/script-access.tentative.html rename to shadow-dom/declarative/script-access.html