mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +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
|
@ -2,13 +2,13 @@
|
|||
<input id="clicked">
|
||||
<script>
|
||||
document.getElementById("clicked").addEventListener("mousedown", function () {
|
||||
window.alert("mousedown"); },
|
||||
false);
|
||||
window.alert("mousedown"); },
|
||||
false);
|
||||
document.getElementById("clicked").addEventListener('mouseup', function() {
|
||||
window.alert("mouseup"); },
|
||||
false);
|
||||
window.alert("mouseup"); },
|
||||
false);
|
||||
document.getElementById("clicked").addEventListener("click", function() {
|
||||
window.alert("clicked"); },
|
||||
false);
|
||||
window.alert("clicked"); },
|
||||
false);
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue