mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add smoketest command.
This commit is contained in:
parent
79938affb3
commit
a690d6ffa7
2 changed files with 15 additions and 0 deletions
5
tests/html/close-on-load.html
Normal file
5
tests/html/close-on-load.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
window.onload = function() {
|
||||
window.close();
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue