./mach test-tidy should also check .html files, to avoid patches containing badly formatted new test cases go unnoticed --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #12421 - [X] There are tests for these changes (./mach test-tidy failed without the changes to .hrml files) Source-Repo: https://github.com/servo/servo Source-Revision: 93004ce57999947f51067d680c6fde056741331a
19 lines
453 B
HTML
19 lines
453 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
: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>
|
|
</body>
|
|
</html>
|