blob: 5521648618a6a18f8a40c9bb8827a5b9f6543ad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Test evaluation context selector</title>
</head>
<body>
<h1 id="top-level">Test evaluation context selector</h1>
<script>
"use strict";
console.log("top-level", document);
</script>
</body>
</html>
|