browser/components/sessionstore/test/browser_frametree_sample_frameset.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
     2 <html lang="en">
     3   <head>
     4     <meta charset="utf-8">
     5     <title>browser_frametree_sample_frameset.html</title>
     6   </head>
     7   <frameset id="frames" rows="50%, 50%">
     8     <frame src="browser_frametree_sample.html">
     9     <frame src="browser_frametree_sample.html">
    10   </frameset>
    11 </html>

mercurial