Add tests/manual/completion/changing_title.html
This commit is contained in:
parent
734216bc40
commit
4505d74ae3
11
tests/manual/completion/changing_title.html
Normal file
11
tests/manual/completion/changing_title.html
Normal file
@ -0,0 +1,11 @@
|
||||
<head>
|
||||
<title>Old title</title>
|
||||
<script type="text/javascript">
|
||||
setTimeout(function(){ document.title = "New title"; }, 3000);
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>This page should change its title after 3s.</p>
|
||||
<p>When opening the :buffer completion ("gt"), the title should update while it's open.</p>
|
||||
</body>
|
Loading…
Reference in New Issue
Block a user