blob: ab5ad72ae34d997d40e888795308cf79fa10f285 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
</head>
<body>
<script>
SimpleTest.waitForFocus(() => {
finished();
});
</script>
</body>
</html>
|