From a9fe9359a18816fe73ad237ab2091dc5b192aef3 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Mon, 18 May 2026 14:16:47 +0200 Subject: [PATCH] Also check CORS-same-origin in the quirk Fixes #12403. --- source | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source b/source index a156a0f998c..f2d324ce812 100644 --- a/source +++ b/source @@ -29617,8 +29617,9 @@ document.body.appendChild(wbr);

Quirk: If the document has been set to quirks mode, has the same origin as the URL of the external resource, - and the Content-Type metadata of the external resource is not a - supported style sheet type, the user agent must instead assume it to be text/css.

+ the external resource is CORS-same-origin, and the Content-Type metadata of the external resource is not a supported + style sheet type, the user agent must instead assume it to be text/css.

The linked resource fetch setup steps for this type of linked resource, given a