mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
182 lines
5.0 KiB
HTML
182 lines
5.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<label><input type=checkbox checked name=cheese disabled> Cheese</label>
|
|
<label><input type=checkbox checked=checked name=cheese disabled=disabled> Cheese</label>
|
|
<label><input type='checkbox' checked name=cheese disabled=""> Cheese</label>
|
|
<label><input type= checkbox checked name = cheese disabled> Cheese</label>
|
|
<label><input type =checkbox checked name = cheese disabled> Cheese</label>
|
|
<label><input type = checkbox checked name = cheese disabled> Cheese</label>
|
|
<label ><input type='checkbox'checked name=cheese disabled="" > Cheese</label >
|
|
|
|
<p id="" class="" STYLE=" " title="
|
|
" lang="" dir="">x</p>
|
|
<p id='' class="" STYLE=' ' title='
|
|
' lang='' dir=''>x</p>
|
|
|
|
<p onclick="" ondblclick=" " onmousedown="" ONMOUSEUP="" onmouseover=" " onmousemove="" onmouseout="" onkeypress=
|
|
|
|
"
|
|
|
|
"
|
|
onkeydown=
|
|
"" onkeyup="">x</p>
|
|
<input onfocus="" onblur="" onchange=" " value=" boo ">
|
|
<input value="" name="foo">
|
|
<img src="" alt="">
|
|
<div data-foo class id style title lang dir onfocus onblur onchange onclick ondblclick onmousedown onmouseup onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup></div>
|
|
<img src="" alt="">
|
|
|
|
<p class=" foo bar ">foo bar baz</p>
|
|
<p class=" foo ">foo bar baz</p>
|
|
<p class="
|
|
|
|
|
|
foo
|
|
|
|
|
|
">foo bar baz</p>
|
|
<p style=" color: red; background-color: rgb(100, 75, 200); "></p>
|
|
<p style="font-weight: bold ; "></p>
|
|
|
|
<br>x</br>
|
|
<p title="</p>">x</p>
|
|
<p title=" <!-- hello world --> ">x</p>
|
|
<p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
|
|
<p foo-bar="baz">xxx</p>
|
|
<p foo:bar="baz">xxx</p>
|
|
<p foo.bar="baz">xxx</p>
|
|
|
|
<div><div><div><div><div><div><div><div><div><div>i'm 10 levels deep</div></div></div></div></div></div></div></div></div></div>
|
|
|
|
<a title="x"href=" ">foo</a>
|
|
<p id=""class=""title="">x</p>
|
|
<p x="x'">x</p>
|
|
<p x='x"'>x</p>
|
|
<a href="#"><p>Click me</p></a>
|
|
<span><button>Hit me</button></span>
|
|
<object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
|
|
<img class="user-image" src="http://adasdasdasd.cloudfront.net/users/2011/05/24/4asdasd/asdasd.jpg" />
|
|
|
|
<div data-foo></div>
|
|
<div data-foo=""></div>
|
|
<div data-foo=''></div>
|
|
<div data-foo="test"></div>
|
|
<div data-foo='test'></div>
|
|
|
|
<div data-test=foo class='bar'>test</div>
|
|
<div data-test='foo' class='bar'>test</div>
|
|
<div data-test="foo" class='bar'>test</div>
|
|
|
|
<div data-test="foo bar" class=bar>test</div>
|
|
<div data-test='foo " bar' class=bar>test</div>
|
|
<div data-test='foo ' bar' class=bar>test</div>
|
|
<div data-test="foo " bar" class=bar>test</div>
|
|
<div data-test="foo ' bar" class=bar>test</div>
|
|
|
|
<div data-test="foo """ bar" class=bar>test</div>
|
|
<div data-test="foo ''' bar" class=bar>test</div>
|
|
|
|
<div data-test='"foo"' class='bar'>test</div>
|
|
<div data-test="foo" class='bar'>test</div>
|
|
<div data-test='" foo "' class='bar'>test</div>
|
|
<div data-test=""foo"" class='bar'>test</div>
|
|
<div data-test="foo" class='bar'>test</div>
|
|
<div data-test="" foo "" class='bar'>test</div>
|
|
<div data-test=''foo'' class='bar'>test</div>
|
|
<div data-test="'foo'" class='bar'>test</div>
|
|
<div data-test='
|
|
foo
|
|
' class='bar'>test</div>
|
|
|
|
<div data-test='\foo' class='bar'>test</div>
|
|
<div data-test='\\foo' class='bar'>test</div>
|
|
|
|
<span title='test "with" &quot;'>test</span>
|
|
<span title='test "with" & quot'>test</span>
|
|
<span title='test "with" &test'>test</span>
|
|
<span title='test "with" &test'>test</span>
|
|
<span title='test "with" <'>test</span>
|
|
<span title='test "with" >'>test</span>
|
|
<span title=foo>Test</span>
|
|
<span title=foo<bar>Test</span>
|
|
<span title="foo=bar">Test</span>
|
|
<span title="foo>bar">Test</span>
|
|
<span title='foo"bar'>Test</span>
|
|
<span title="foo'bar">Test</span>
|
|
|
|
<div>
|
|
&quot;
|
|
</div>
|
|
|
|
<script>
|
|
let foo = "&";
|
|
</script>
|
|
|
|
<style>
|
|
.class::before {
|
|
content: "&";
|
|
}
|
|
</style>
|
|
|
|
<div>
|
|
foo & bar
|
|
foo&<i>bar</i>
|
|
foo&&& bar
|
|
</div>
|
|
|
|
<pre><code>Label current;
|
|
// Load effective address of current instruction into rcx.
|
|
__ leaq(rcx, Operand(&current));
|
|
__ bind(&current);
|
|
</code></pre>
|
|
|
|
<div>
|
|
&xxx; &xxx &thorn; &thorn &curren;t &current &current; &&
|
|
&gt
|
|
&unknown;
|
|
&current
|
|
&current;
|
|
&current
|
|
&current;
|
|
|
|
ø &osLash Ø
|
|
&ø &&osLash; &Ø
|
|
&ø &&osLash; &Ø
|
|
|
|
&oslash; &osLash; &Oslash;
|
|
&oslash; &osLash; &Oslash;
|
|
</div>
|
|
|
|
<a b=`''<<==/`/></a>
|
|
<a b=`'"<<==/`/></a>
|
|
<a b=`'"<<==/`/></a>
|
|
<a b=`'"""<<==/`/></a>
|
|
<a b='`"<<==/`/'></a>
|
|
<a b="`'<<==/`/"></a>
|
|
|
|
<a b="""></a>
|
|
<a b="'"></a>
|
|
<a b='''></a>
|
|
<a b='"'></a>
|
|
|
|
<a b='''''></a>
|
|
<a b="'''"></a>
|
|
|
|
<a b='"""'></a>
|
|
<a b="""""></a>
|
|
|
|
<a href=">"></a>
|
|
<a href="<"></a>
|
|
<a href="<"></a>
|
|
<a href="<"></a>
|
|
<a href=">"></a>
|
|
<a href=">"></a>
|
|
<a href=">"></a>
|
|
<a href=">"></a>
|
|
|
|
</body>
|
|
</html>
|