mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Issue #12421: tidy should also check .html files
This commit is contained in:
parent
5e83b3f83b
commit
1e60c915f9
85 changed files with 696 additions and 691 deletions
|
@ -4,15 +4,15 @@
|
|||
:active {border:1px solid #A61D61; background-color:#DC2F85; color:#333232;}
|
||||
</style>
|
||||
<body>
|
||||
<fieldset>
|
||||
<a href="https://servo.org/">
|
||||
Link
|
||||
</a>
|
||||
<button>Click Me!</button>
|
||||
<button disabled>You can't activate me</button>
|
||||
<a>Anchor with no href</a>
|
||||
<link href="www.mozilla.com">Link</link>
|
||||
<link>Link with no href</link>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<a href="https://servo.org/">
|
||||
Link
|
||||
</a>
|
||||
<button>Click Me!</button>
|
||||
<button disabled>You can't activate me</button>
|
||||
<a>Anchor with no href</a>
|
||||
<link href="www.mozilla.com">Link</link>
|
||||
<link>Link with no href</link>
|
||||
</fieldset>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue