From 330d0d5b6fdb0c1fe112925509bcd773f4395f2a Mon Sep 17 00:00:00 2001 From: Mirko Brodesser Date: Fri, 13 Dec 2024 08:13:26 +0000 Subject: [PATCH] Bug 1907849: part 4) Rename . r=smaug Another test for an adoption from a TT realm is added in another part. The renaming makes their relationship clearer. Differential Revision: https://phabricator.services.mozilla.com/D231920 --- ...ments-globals-CSP-after-adoption-from-non-TT-realm.html.ini} | 2 +- ...documents-globals-CSP-after-adoption-from-non-TT-realm.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename testing/web-platform/meta/trusted-types/{Element-setAttribute-respects-Elements-node-documents-globals-CSP.html.ini => Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-non-TT-realm.html.ini} (94%) rename testing/web-platform/tests/trusted-types/{Element-setAttribute-respects-Elements-node-documents-globals-CSP.html => Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-non-TT-realm.html} (100%) diff --git a/testing/web-platform/meta/trusted-types/Element-setAttribute-respects-Elements-node-documents-globals-CSP.html.ini b/testing/web-platform/meta/trusted-types/Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-non-TT-realm.html.ini similarity index 94% rename from testing/web-platform/meta/trusted-types/Element-setAttribute-respects-Elements-node-documents-globals-CSP.html.ini rename to testing/web-platform/meta/trusted-types/Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-non-TT-realm.html.ini index d32886b9025f1..845f943698dfa 100644 --- a/testing/web-platform/meta/trusted-types/Element-setAttribute-respects-Elements-node-documents-globals-CSP.html.ini +++ b/testing/web-platform/meta/trusted-types/Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-non-TT-realm.html.ini @@ -1,4 +1,4 @@ -[Element-setAttribute-respects-Elements-node-documents-globals-CSP.html] +[Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-non-TT-realm.html] [setAttribute and setAttributeNode respect the element's node document's global's CSP;\n Element=iframe; Parent=div; Attribute=srcdoc] expected: FAIL diff --git a/testing/web-platform/tests/trusted-types/Element-setAttribute-respects-Elements-node-documents-globals-CSP.html b/testing/web-platform/tests/trusted-types/Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-non-TT-realm.html similarity index 100% rename from testing/web-platform/tests/trusted-types/Element-setAttribute-respects-Elements-node-documents-globals-CSP.html rename to testing/web-platform/tests/trusted-types/Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-non-TT-realm.html