browser/devtools/shared/test/browser_toolbar_basic.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!doctype html>
     2 <!-- Any copyright is dedicated to the Public Domain.
     3      http://creativecommons.org/publicdomain/zero/1.0/ -->
     5 <html>
     6 <head>
     7   <meta charset="UTF-8">
     8   <title>Developer Toolbar Tests</title>
     9   <style type="text/css">
    10   #single { color: red; }
    11   </style>
    12   <script type="text/javascript">var a=1;</script>
    13 </head>
    14 <body>
    16 <p id=single>
    17 1
    18 </p>
    20 <p class=twin>
    21 2a
    22 </p>
    24 <p class=twin>
    25 2b
    26 </p>
    28 <style>
    29 .twin { color: blue; }
    30 </style>
    31 <script>var b=2;</script>
    33 </body>
    34 </html>

mercurial