From 15a734fa37d91a07821a48c6e9e32869b2615e7b Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 30 Oct 2023 11:16:05 +0000 Subject: [PATCH] Bug 1858463 [wpt PR 42488] - Remove .tentative extension for declarative shadow DOM tests, a=testonly Automatic update from web-platform-tests 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} -- wpt-commits: 6e6d5b9c16edca477916bf2118342160a2fb6243 wpt-pr: 42488 UltraBlame original commit: 6b6fe421c8e0858c7ca0cabb67d3d480630583a9 --- ...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 testing/web-platform/tests/shadow-dom/declarative/{declarative-after-attachshadow.tentative.html => declarative-after-attachshadow.html} (100%) rename testing/web-platform/tests/shadow-dom/declarative/{declarative-parser-interaction.tentative.html => declarative-parser-interaction.html} (100%) rename testing/web-platform/tests/shadow-dom/declarative/{declarative-shadow-dom-attachment.tentative.html => declarative-shadow-dom-attachment.html} (100%) rename testing/web-platform/tests/shadow-dom/declarative/{declarative-shadow-dom-basic.tentative.html => declarative-shadow-dom-basic.html} (100%) rename testing/web-platform/tests/shadow-dom/declarative/{declarative-shadow-dom-opt-in.tentative.html => declarative-shadow-dom-opt-in.html} (100%) rename testing/web-platform/tests/shadow-dom/declarative/{declarative-with-disabled-shadow.tentative.html => declarative-with-disabled-shadow.html} (100%) rename testing/web-platform/tests/shadow-dom/declarative/{getinnerhtml.tentative.html => getinnerhtml.html} (100%) rename testing/web-platform/tests/shadow-dom/declarative/{innerhtml-before-closing-tag.tentative.html => innerhtml-before-closing-tag.html} (100%) rename testing/web-platform/tests/shadow-dom/declarative/{innerhtml-on-ordinary-template.tentative.html => innerhtml-on-ordinary-template.html} (100%) rename testing/web-platform/tests/shadow-dom/declarative/{move-template-before-closing-tag.tentative.html => move-template-before-closing-tag.html} (100%) rename testing/web-platform/tests/shadow-dom/declarative/{script-access.tentative.html => script-access.html} (100%) diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-after-attachshadow.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-after-attachshadow.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/declarative-after-attachshadow.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/declarative-after-attachshadow.html diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-parser-interaction.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-parser-interaction.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/declarative-parser-interaction.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/declarative-parser-interaction.html diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-attachment.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-attachment.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-attachment.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-attachment.html diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-basic.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-basic.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-basic.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-basic.html diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-opt-in.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-opt-in.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-opt-in.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/declarative-shadow-dom-opt-in.html diff --git a/testing/web-platform/tests/shadow-dom/declarative/declarative-with-disabled-shadow.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/declarative-with-disabled-shadow.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/declarative-with-disabled-shadow.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/declarative-with-disabled-shadow.html diff --git a/testing/web-platform/tests/shadow-dom/declarative/getinnerhtml.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/getinnerhtml.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/getinnerhtml.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/getinnerhtml.html diff --git a/testing/web-platform/tests/shadow-dom/declarative/innerhtml-before-closing-tag.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/innerhtml-before-closing-tag.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/innerhtml-before-closing-tag.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/innerhtml-before-closing-tag.html diff --git a/testing/web-platform/tests/shadow-dom/declarative/innerhtml-on-ordinary-template.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/innerhtml-on-ordinary-template.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/innerhtml-on-ordinary-template.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/innerhtml-on-ordinary-template.html diff --git a/testing/web-platform/tests/shadow-dom/declarative/move-template-before-closing-tag.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/move-template-before-closing-tag.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/move-template-before-closing-tag.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/move-template-before-closing-tag.html diff --git a/testing/web-platform/tests/shadow-dom/declarative/script-access.tentative.html b/testing/web-platform/tests/shadow-dom/declarative/script-access.html similarity index 100% rename from testing/web-platform/tests/shadow-dom/declarative/script-access.tentative.html rename to testing/web-platform/tests/shadow-dom/declarative/script-access.html