chore: remove unused files in spec/fixtures (#37012)

Co-authored-by: Milan Burda <miburda@microsoft.com>
This commit is contained in:
Milan Burda 2023-01-25 16:02:44 +01:00 committed by GitHub
parent afca3ff965
commit a9b6041d38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 51 deletions

View file

@ -1,8 +0,0 @@
<html>
<body>
<script type="text/javascript" charset="utf-8">
const popup = window.open()
require('electron').ipcRenderer.send('answer', typeof popup.process)
</script>
</body>
</html>