Some checks failed
Node.js CI / build (push) Failing after 2s
Node.js CI / e2e-tests (+(a11y|security|bugs)/**/*cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/!(o|d|m)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/+(o|d)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/m*.cy.js) (push) Failing after 2s
CodeQL / Analyze (javascript) (push) Failing after 1m15s
Security scan for docker image / build (push) Failing after 46s
11 lines
366 B
YAML
Executable File
11 lines
366 B
YAML
Executable File
openapi: "3.0.4"
|
|
|
|
info:
|
|
title: Sequential Import Chaining
|
|
description: >
|
|
<h4>This h4 would be hidden by the injected CSS</h4>
|
|
|
|
This document tests the ability of a `<style>` tag in a Markdown field to pull in a remote stylesheet using an `@import` directive.
|
|
|
|
<style>@import url(/documents/security/sequential-import-chaining/injection.css);</style>
|