mirror of
https://github.com/electron/electron.git
synced 2026-01-15 02:18:18 -05:00
* test: refactor visibility-state-spec * ci: shard tests * test: update split-tests for use on Windows * test: run visibility-state-spec.ts first
13 lines
278 B
HTML
13 lines
278 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<h1>Visibility Test</h1>
|
|
</body>
|
|
</html>
|