mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
338 B
HTML
12 lines
338 B
HTML
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<body>
|
||
|
<div id="target"></div>
|
||
|
<script>
|
||
|
<![CDATA[
|
||
|
document.getElementById("target").innerHTML =
|
||
|
"<object type='text/html' data='data:text/html,<body bgcolor="green">' width='300' height='200'></object>";
|
||
|
]]>
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|