From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/x-frame-options/invalid.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testing/web-platform/tests/x-frame-options/invalid.html') diff --git a/testing/web-platform/tests/x-frame-options/invalid.html b/testing/web-platform/tests/x-frame-options/invalid.html index 26b2905e4d..6c0ed90f73 100644 --- a/testing/web-platform/tests/x-frame-options/invalid.html +++ b/testing/web-platform/tests/x-frame-options/invalid.html @@ -39,6 +39,12 @@ xfo_simple_tests({ crossOriginAllowed: true }); +xfo_simple_tests({ + headerValue: `DE NY`, + sameOriginAllowed: true, + crossOriginAllowed: true +}); + xfo_simple_tests({ headerValue: `"SAMEORIGIN"`, sameOriginAllowed: true, -- cgit v1.2.3