From ecf63b357c36e9decc755f3742de78ed1ceb5c66 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Thu, 30 Nov 2023 15:44:24 +0000 Subject: [PATCH] Bug 1864432 [wpt PR 43113] - Mark most render-blocking tests no longer tentative, a=testonly Automatic update from web-platform-tests Mark most render-blocking tests no longer tentative (#43113) 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 -- wpt-commits: aa6bdcbb00f30914b87794cf82b015fc02d4cc5b wpt-pr: 43113 UltraBlame original commit: 58cb91eda01d9227e0e02791aa6562da04967a42 --- .../{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 testing/web-platform/tests/html/dom/render-blocking/{blocking-idl-attr.tentative.html => blocking-idl-attr.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{parser-blocking-script.tentative.html => parser-blocking-script.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{parser-inserted-async-script.tentative.html => parser-inserted-async-script.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{parser-inserted-defer-script.tentative.html => parser-inserted-defer-script.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{parser-inserted-module-script.tentative.html => parser-inserted-module-script.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{parser-inserted-style-element.tentative.html => parser-inserted-style-element.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{parser-inserted-stylesheet-link.tentative.html => parser-inserted-stylesheet-link.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{remove-attr-script-keeps-blocking.tentative.html => remove-attr-script-keeps-blocking.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{remove-attr-style-keeps-blocking.tentative.html => remove-attr-style-keeps-blocking.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{remove-attr-stylesheet-link-keeps-blocking.tentative.html => remove-attr-stylesheet-link-keeps-blocking.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{script-inserted-module-script.tentative.html => script-inserted-module-script.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{script-inserted-style-element.tentative.html => script-inserted-style-element.html} (100%) rename testing/web-platform/tests/html/dom/render-blocking/{script-inserted-stylesheet-link.tentative.html => script-inserted-stylesheet-link.html} (100%) diff --git a/testing/web-platform/tests/html/dom/render-blocking/blocking-idl-attr.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/blocking-idl-attr.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/blocking-idl-attr.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/blocking-idl-attr.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/parser-blocking-script.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/parser-blocking-script.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/parser-blocking-script.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/parser-blocking-script.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/parser-inserted-async-script.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/parser-inserted-async-script.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/parser-inserted-async-script.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/parser-inserted-async-script.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/parser-inserted-defer-script.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/parser-inserted-defer-script.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/parser-inserted-defer-script.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/parser-inserted-defer-script.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/parser-inserted-module-script.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/parser-inserted-module-script.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/parser-inserted-module-script.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/parser-inserted-module-script.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/parser-inserted-style-element.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/parser-inserted-style-element.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/parser-inserted-style-element.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/parser-inserted-style-element.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/parser-inserted-stylesheet-link.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/parser-inserted-stylesheet-link.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/parser-inserted-stylesheet-link.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/parser-inserted-stylesheet-link.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/remove-attr-script-keeps-blocking.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/remove-attr-script-keeps-blocking.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/remove-attr-script-keeps-blocking.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/remove-attr-script-keeps-blocking.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/remove-attr-style-keeps-blocking.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/remove-attr-style-keeps-blocking.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/remove-attr-style-keeps-blocking.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/remove-attr-style-keeps-blocking.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/remove-attr-stylesheet-link-keeps-blocking.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/remove-attr-stylesheet-link-keeps-blocking.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/remove-attr-stylesheet-link-keeps-blocking.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/remove-attr-stylesheet-link-keeps-blocking.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/script-inserted-module-script.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/script-inserted-module-script.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/script-inserted-module-script.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/script-inserted-module-script.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/script-inserted-style-element.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/script-inserted-style-element.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/script-inserted-style-element.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/script-inserted-style-element.html diff --git a/testing/web-platform/tests/html/dom/render-blocking/script-inserted-stylesheet-link.tentative.html b/testing/web-platform/tests/html/dom/render-blocking/script-inserted-stylesheet-link.html similarity index 100% rename from testing/web-platform/tests/html/dom/render-blocking/script-inserted-stylesheet-link.tentative.html rename to testing/web-platform/tests/html/dom/render-blocking/script-inserted-stylesheet-link.html