blob: a6acdd4b0147184c1b73d153657a1b6e6090ba45 [file] [log] [blame]
<!DOCTYPE html>
<title>Test that icons member is supported (CORS violation)</title>
<link rel="help" href="https://w3c.github.io/manifest#icons-member" />
<link rel="manifest" href="icons-member-cors-fail.sub.webmanifest" />
<h1>Testing support for icons member (CORS violation)</h1>
<script>
// Force the port of the origin to be ports[https][0] (likely :8443)
// we treat the port ports[https][1] (likely :8444) to be another origin that we fail against
if (window.location.origin !== "https://{{host}}:{{ports[https][0]}}") {
window.location = new URL(window.location.pathname, "https://{{host}}:{{ports[https][0]}}")
}
</script>
<p>
To pass, the icon <strong>must not</strong> show a white cross on a red background.
</p>