From 52db3a207ceee099e606c98f08c1cf492e2856f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 13 Nov 2023 14:34:35 +0100 Subject: [PATCH] Mark most render-blocking tests no longer tentative These tests were added in these PRs: https://github.com/web-platform-tests/wpt/pull/32553 https://github.com/web-platform-tests/wpt/pull/32669 https://github.com/web-platform-tests/wpt/pull/32703 https://github.com/web-platform-tests/wpt/pull/32809 https://github.com/web-platform-tests/wpt/pull/33291 https://github.com/web-platform-tests/wpt/pull/33798 These were developed against HTML PRs which are now merged: https://github.com/whatwg/html/pull/7474 https://github.com/whatwg/html/pull/7603 https://github.com/whatwg/html/pull/7857 --- .../{blocking-idl-attr.tentative.html => blocking-idl-attr.html} | 0 ...blocking-script.tentative.html => parser-blocking-script.html} | 0 ...nc-script.tentative.html => parser-inserted-async-script.html} | 0 ...er-script.tentative.html => parser-inserted-defer-script.html} | 0 ...e-script.tentative.html => parser-inserted-module-script.html} | 0 ...-element.tentative.html => parser-inserted-style-element.html} | 0 ...t-link.tentative.html => parser-inserted-stylesheet-link.html} | 0 ...king.tentative.html => remove-attr-script-keeps-blocking.html} | 0 ...cking.tentative.html => remove-attr-style-keeps-blocking.html} | 0 ...ative.html => remove-attr-stylesheet-link-keeps-blocking.html} | 0 ...e-script.tentative.html => script-inserted-module-script.html} | 0 ...-element.tentative.html => script-inserted-style-element.html} | 0 ...t-link.tentative.html => script-inserted-stylesheet-link.html} | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename html/dom/render-blocking/{blocking-idl-attr.tentative.html => blocking-idl-attr.html} (100%) rename html/dom/render-blocking/{parser-blocking-script.tentative.html => parser-blocking-script.html} (100%) rename html/dom/render-blocking/{parser-inserted-async-script.tentative.html => parser-inserted-async-script.html} (100%) rename html/dom/render-blocking/{parser-inserted-defer-script.tentative.html => parser-inserted-defer-script.html} (100%) rename html/dom/render-blocking/{parser-inserted-module-script.tentative.html => parser-inserted-module-script.html} (100%) rename html/dom/render-blocking/{parser-inserted-style-element.tentative.html => parser-inserted-style-element.html} (100%) rename html/dom/render-blocking/{parser-inserted-stylesheet-link.tentative.html => parser-inserted-stylesheet-link.html} (100%) rename html/dom/render-blocking/{remove-attr-script-keeps-blocking.tentative.html => remove-attr-script-keeps-blocking.html} (100%) rename html/dom/render-blocking/{remove-attr-style-keeps-blocking.tentative.html => remove-attr-style-keeps-blocking.html} (100%) rename html/dom/render-blocking/{remove-attr-stylesheet-link-keeps-blocking.tentative.html => remove-attr-stylesheet-link-keeps-blocking.html} (100%) rename html/dom/render-blocking/{script-inserted-module-script.tentative.html => script-inserted-module-script.html} (100%) rename html/dom/render-blocking/{script-inserted-style-element.tentative.html => script-inserted-style-element.html} (100%) rename html/dom/render-blocking/{script-inserted-stylesheet-link.tentative.html => script-inserted-stylesheet-link.html} (100%) diff --git a/html/dom/render-blocking/blocking-idl-attr.tentative.html b/html/dom/render-blocking/blocking-idl-attr.html similarity index 100% rename from html/dom/render-blocking/blocking-idl-attr.tentative.html rename to html/dom/render-blocking/blocking-idl-attr.html diff --git a/html/dom/render-blocking/parser-blocking-script.tentative.html b/html/dom/render-blocking/parser-blocking-script.html similarity index 100% rename from html/dom/render-blocking/parser-blocking-script.tentative.html rename to html/dom/render-blocking/parser-blocking-script.html diff --git a/html/dom/render-blocking/parser-inserted-async-script.tentative.html b/html/dom/render-blocking/parser-inserted-async-script.html similarity index 100% rename from html/dom/render-blocking/parser-inserted-async-script.tentative.html rename to html/dom/render-blocking/parser-inserted-async-script.html diff --git a/html/dom/render-blocking/parser-inserted-defer-script.tentative.html b/html/dom/render-blocking/parser-inserted-defer-script.html similarity index 100% rename from html/dom/render-blocking/parser-inserted-defer-script.tentative.html rename to html/dom/render-blocking/parser-inserted-defer-script.html diff --git a/html/dom/render-blocking/parser-inserted-module-script.tentative.html b/html/dom/render-blocking/parser-inserted-module-script.html similarity index 100% rename from html/dom/render-blocking/parser-inserted-module-script.tentative.html rename to html/dom/render-blocking/parser-inserted-module-script.html diff --git a/html/dom/render-blocking/parser-inserted-style-element.tentative.html b/html/dom/render-blocking/parser-inserted-style-element.html similarity index 100% rename from html/dom/render-blocking/parser-inserted-style-element.tentative.html rename to html/dom/render-blocking/parser-inserted-style-element.html diff --git a/html/dom/render-blocking/parser-inserted-stylesheet-link.tentative.html b/html/dom/render-blocking/parser-inserted-stylesheet-link.html similarity index 100% rename from html/dom/render-blocking/parser-inserted-stylesheet-link.tentative.html rename to html/dom/render-blocking/parser-inserted-stylesheet-link.html diff --git a/html/dom/render-blocking/remove-attr-script-keeps-blocking.tentative.html b/html/dom/render-blocking/remove-attr-script-keeps-blocking.html similarity index 100% rename from html/dom/render-blocking/remove-attr-script-keeps-blocking.tentative.html rename to html/dom/render-blocking/remove-attr-script-keeps-blocking.html diff --git a/html/dom/render-blocking/remove-attr-style-keeps-blocking.tentative.html b/html/dom/render-blocking/remove-attr-style-keeps-blocking.html similarity index 100% rename from html/dom/render-blocking/remove-attr-style-keeps-blocking.tentative.html rename to html/dom/render-blocking/remove-attr-style-keeps-blocking.html diff --git a/html/dom/render-blocking/remove-attr-stylesheet-link-keeps-blocking.tentative.html b/html/dom/render-blocking/remove-attr-stylesheet-link-keeps-blocking.html similarity index 100% rename from html/dom/render-blocking/remove-attr-stylesheet-link-keeps-blocking.tentative.html rename to html/dom/render-blocking/remove-attr-stylesheet-link-keeps-blocking.html diff --git a/html/dom/render-blocking/script-inserted-module-script.tentative.html b/html/dom/render-blocking/script-inserted-module-script.html similarity index 100% rename from html/dom/render-blocking/script-inserted-module-script.tentative.html rename to html/dom/render-blocking/script-inserted-module-script.html diff --git a/html/dom/render-blocking/script-inserted-style-element.tentative.html b/html/dom/render-blocking/script-inserted-style-element.html similarity index 100% rename from html/dom/render-blocking/script-inserted-style-element.tentative.html rename to html/dom/render-blocking/script-inserted-style-element.html diff --git a/html/dom/render-blocking/script-inserted-stylesheet-link.tentative.html b/html/dom/render-blocking/script-inserted-stylesheet-link.html similarity index 100% rename from html/dom/render-blocking/script-inserted-stylesheet-link.tentative.html rename to html/dom/render-blocking/script-inserted-stylesheet-link.html