mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
15 lines
424 B
HTML
15 lines
424 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>'self' keyword positive test</title>
|
|
<script src='/resources/testharness.js'></script>
|
|
<script src='/resources/testharnessreport.js'></script>
|
|
<script src='positiveTest.js'></script>
|
|
</head>
|
|
<body>
|
|
<h1>'self' keyword positive test</h1>
|
|
<div id='log'></div>
|
|
|
|
<script async defer src='../support/checkReport.sub.js?reportExists=false'></script>
|
|
</body>
|
|
</html>
|