Files
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

14 lines
308 B
HTML

<html>
<head>
<script src="a.js"></script>
<title>Window A</title>
</head>
<body>
<h1>Window A</h1>
<p>Right click to see the context menu.</p>
<p style="-webkit-user-select: text">Select this text and then right-click</p>
<p>Log:</p>
<pre id="log"></pre>
</body>
</html>