mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -3,13 +3,13 @@
|
|||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<textarea id="textarea">
|
||||
</textarea>
|
||||
<textarea id="textarea">
|
||||
</textarea>
|
||||
</body>
|
||||
<script>
|
||||
var area = document.getElementById('textarea');
|
||||
area.addEventListener('input', function() {
|
||||
alert('input detected');
|
||||
});
|
||||
var area = document.getElementById('textarea');
|
||||
area.addEventListener('input', function() {
|
||||
alert('input detected');
|
||||
});
|
||||
</script>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue