Skip to content

Commit

Permalink
refactor: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Oct 18, 2022
1 parent 22777e8 commit 10b8f07
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
@@ -1,13 +1,13 @@
<!doctype html><html lang=en><title>Document</title><a href='javascript:alert("test");'>a</a>
<a href='javascript:alert("test");'>b</a>
<iframe src='javascript:alert("test");' frameborder=0></iframe>
<!doctype html><html lang=en><title>Document</title><a href='javascript:alert("test")'>a</a>
<a href='javascript:alert("test")'>b</a>
<iframe src='javascript:alert("test")' frameborder=0></iframe>
<svg viewBox="0 0 100 100">

<a href='javascript:alert("test");'>
<a href='javascript:alert("test")'>
<circle cx=50 cy=40 r=35 />
</a>

<a href='javascript:alert("test");'>
<a href='javascript:alert("test")'>
<text x=50 y=90 text-anchor=middle>&lt;circle></text>
</a>
</svg>
@@ -1,14 +1,14 @@
<!doctype html><html lang=en><title>Document</title><a href='javascript:alert("test");'>a</a>
<a href='javascript:alert("test");'>b</a>
<!doctype html><html lang=en><title>Document</title><a href='javascript:alert("test")'>a</a>
<a href='javascript:alert("test")'>b</a>
<a href=" JAVASCRIPT: broken;;( ">b</a>
<iframe src='javascript:alert("test");' frameborder=0></iframe>
<iframe src='javascript:alert("test")' frameborder=0></iframe>
<svg viewBox="0 0 100 100">

<a href='javascript:alert("test");'>
<a href='javascript:alert("test")'>
<circle cx=50 cy=40 r=35 />
</a>

<a href='javascript:alert("test");'>
<a href='javascript:alert("test")'>
<text x=50 y=90 text-anchor=middle>&lt;circle></text>
</a>
</svg>
Expand Up @@ -286,8 +286,7 @@
</svg>

<svg>
<a href=" test.html " ondragexit='alert("testtest")' rel="nofollow noindex">Test</a>
<a href=test.html ondragexit='alert("testtest");' rel="nofollow noindex">Test</a>
<a href=test.html ondragexit='alert("testtest")' rel="nofollow noindex">Test</a>
</svg>

<svg viewBox="0 0 100 100" width=160 height=60 y=30>
Expand Down

0 comments on commit 10b8f07

Please sign in to comment.