browser/base/content/test/general/file_bug822367_2.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <!--
     4 Test 2 for Mixed Content Blocker User Override - Mixed Display
     5 https://bugzilla.mozilla.org/show_bug.cgi?id=822367
     6 -->
     7 <head>
     8   <meta charset="utf-8">
     9   <title>Test 2 for Bug 822367 - Mixed Display</title>
    10 </head>
    11 <body>
    12   <div id="testContent">
    13     <img src="http://example.com/tests/image/test/mochitest/blue.png">
    14   </div>
    15 </body>
    16 </html>

mercurial