collab/mermaid/cypress/platform/xss22.htmlblame
View source
6dd74de1<!doctype html>
6dd74de2<html lang="en">
6dd74de3 <head>
6dd74de4 <meta charset="utf-8" />
6dd74de5 </head>
6dd74de6 <body>
6dd74de7 <pre class="mermaid">
6dd74de8 graph TD
6dd74de9A --&gt; B["&lt;a href='javascript#9;t#colon;alert(document.location)'&gt;AAA&lt;/a&gt;"]
6dd74de10 </pre>
6dd74de11 <script type="module">
6dd74de12 import mermaid from './mermaid.esm.mjs';
6dd74de13 mermaid.initialize({ startOnLoad: true });
6dd74de14 </script>
6dd74de15 </body>
6dd74de16</html>