mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
11 lines
260 B
HTML
11 lines
260 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>HTML Test: browsing context name - self</title>
|
|
<link rel="author" title="Intel" href="http://www.intel.com/">
|
|
<script>
|
|
|
|
window.name = "selfWin2";
|
|
var win = window.open("message.html", "");
|
|
win.close();
|
|
|
|
</script>
|