mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
370 B
HTML
17 lines
370 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
Test 2 for Mixed Content Blocker User Override - Mixed Display
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=822367
|
|
-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test 2 for Bug 822367 - Mixed Display</title>
|
|
</head>
|
|
<body>
|
|
<div id="testContent">
|
|
<img src="http://example.com/tests/image/test/mochitest/blue.png">
|
|
</div>
|
|
</body>
|
|
</html>
|