1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/reftests/marquee/166591-dynamic-1.html
T

11 lines
243 B
HTML

<html><head>
<script>
function init() {
document.getElementById('test').innerHTML = '<marquee behavior="alternate" scrollamount="0">dynamic marquee</marquee>';
}
</script>
</head>
<body onload="init();">
<div id="test"></div>
</body>
</html>