mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
248 B
HTML
14 lines
248 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
Tests for Mixed Content Blocker - Mailto Protocol Compose Page
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=803225
|
|
-->
|
|
<head> <meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
Hello
|
|
<script>window.close();</script>
|
|
</body>
|
|
</html>
|