mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
remove unused webview fixture
This commit is contained in:
13
spec/fixtures/pages/webview-log-process.html
vendored
13
spec/fixtures/pages/webview-log-process.html
vendored
@@ -1,13 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>test</title>
|
||||
<script>
|
||||
console.log(typeof process)
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
test?
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user