From 721c0a962b98f70d80ffffc14bd00df3c6c2ba40 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Mon, 18 Jul 2022 10:20:29 +0200 Subject: [PATCH] Make ARIA reflection tests no tentative (#34872) ARIA reflection is now defined in HTML and ARIA specs, so the tests no longer need to be marked as tentative. Specs: * https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#reflecting-content-attributes-in-idl-attributes * https://w3c.github.io/aria/#ARIAMixin --- ...e-reflection.tentative.html => aria-attribute-reflection.html} | 0 ...ent-reflection.tentative.html => aria-element-reflection.html} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename html/dom/{aria-attribute-reflection.tentative.html => aria-attribute-reflection.html} (100%) rename html/dom/{aria-element-reflection.tentative.html => aria-element-reflection.html} (100%) diff --git a/html/dom/aria-attribute-reflection.tentative.html b/html/dom/aria-attribute-reflection.html similarity index 100% rename from html/dom/aria-attribute-reflection.tentative.html rename to html/dom/aria-attribute-reflection.html diff --git a/html/dom/aria-element-reflection.tentative.html b/html/dom/aria-element-reflection.html similarity index 100% rename from html/dom/aria-element-reflection.tentative.html rename to html/dom/aria-element-reflection.html