dom/indexedDB/test/test_webapp_clearBrowserData_oop_inproc.html

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <!--
     2   Any copyright is dedicated to the Public Domain.
     3   http://creativecommons.org/publicdomain/zero/1.0/
     4 -->
     6 <!--
     7   See comment in test_webapp_clearBrowserData_inproc_inproc.html for an
     8   explanation of what's going on here.
     9 -->
    11 <html>
    12 <head>
    13   <title>Indexed Database Clear Browser Data Test oop/inproc</title>
    14   <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
    15   <script type="text/javascript;version=1.7" src="webapp_clearBrowserData.js"></script>
    16   <script type="text/javascript;version=1.7" src="helpers.js"></script>
    17   <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
    18 </head>
    19 <body onload="start();">
    20 </body>
    21 </html>

mercurial