mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
274 B
XML
7 lines
274 B
XML
<?xml version="1.0"?>
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<html:iframe id="f" mozbrowser="true"
|
|
src="data:text/html;charset=utf-8,%3C!DOCTYPE html>Hi" />
|
|
</window>
|