mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
454 B
XML
14 lines
454 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
title="Mozilla Bug 765063 Helper">
|
|
<script>
|
|
var url = "http://test/chrome/dom/tests/mochitest/webapps/apps/basic.webapp";
|
|
navigator.mozApps.install(url, null);
|
|
document.location = "about:blank";
|
|
</script>
|
|
</window>
|