swagger.yaml 364 B

1234567891011
  1. swagger: "2.0"
  2. info:
  3. title: Sequential Import Chaining
  4. description: >
  5. <h4>This h4 would be hidden by the injected CSS</h4>
  6. This document tests the ability of a `<style>` tag in a Markdown field to pull in a remote stylesheet using an `@import` directive.
  7. <style>@import url(/documents/security/sequential-import-chaining/injection.css);</style>