mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
13 lines
233 B
HTML
13 lines
233 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body onload="doTest()">
|
|
<base href="../unknown">
|
|
<div id="test3"></div>
|
|
<video id="test4"><source src="white.webm"></video>
|
|
<script>
|
|
function doTest() {
|
|
test3.appendChild(test4);
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|