mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
210 B
HTML
10 lines
210 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<!--
|
||
|
https://bugzilla.mozilla.org/show_bug.cgi?id=893537
|
||
|
-->
|
||
|
<body>
|
||
|
<iframe id="iframe" src="data:text/html;charset=US-ASCII,Goodbye World" srcdoc="Hello World"></iframe>
|
||
|
</body>
|
||
|
</html>
|