content/base/test/chrome/test_bug357450.xul

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 <?xml version="1.0"?>
     2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
     3 <?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
     5 <!--
     6 https://bugzilla.mozilla.org/show_bug.cgi?id=357450
     7 -->
     9 <window title="Mozilla Bug 357450"
    10   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    12   <script type="application/javascript" 
    13 	  src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>      
    14   <!-- This file is shared with non-chrome tests -->
    15   <script type="text/javascript" src="../test_bug357450.js"></script>
    17 <body  xmlns="http://www.w3.org/1999/xhtml">
    19 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=357450"
    20    target="_blank">Mozilla Bug 357450</a>
    22 <p id="display"></p>
    24 <div id="content" style="display: block">
    25   <a class="classtest" name="nametest">hmm</a>
    26   <b class="foo">hmm</b>
    27   <b id="test1" class="test1">hmm</b>
    28   <b id="test2" class="test2">hmm</b>
    29   <b id="int-class" class="1">hmm</b>
    30   <div id="example">
    31    <p id="p1" class="aaa bbb"/>
    32    <p id="p2" class="aaa ccc"/>
    33    <p id="p3" class="bbb ccc"/>
    34   </div>
    35 </div>
    36 <pre id="test">
    37 </pre>
    38 </body>
    40 <svg xmlns="http://www.w3.org/2000/svg"
    41      height="100" width="100" style="float:left">
    43   <path d="M38,38c0-12,24-15,23-2c0,9-16,13-16,23v7h11v-4c0-9,17-12,17-27c-2-22-45-22-45,3zM45,70h11v11h-11z" fill="#371"/>
    45   <circle cx="50" cy="50" r="45" class="classtest" 
    46 	  fill="none" stroke="#371" stroke-width="10"/>
    48 </svg>
    50 <xul:label class="classtest"
    51  xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    52  hmm
    53 </xul:label>
    56 </window>

mercurial