dom/tests/mochitest/chrome/child_focus_frame.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.

michael@0 1 <html id="t13">
michael@0 2 <body id="inner-document">
michael@0 3
michael@0 4 <input id="t19" value="Input" accesskey="b">
michael@0 5 <input id="t14" tabindex="2" type="password" value="test">
michael@0 6 <button id="t20">Button</button>
michael@0 7 <div style="float: left; margin-top: 30px;">
michael@0 8 <button id="t21">Button 2</button>
michael@0 9 </div>
michael@0 10 <div id="abs" style="position: absolute; top: 40px; left: 250px;">
michael@0 11 <button id="t22" accesskey="c">Button 3</button>
michael@0 12 <p><span>
michael@0 13 <select id="t15" tabindex="2" accesskey="e">
michael@0 14 <option>One
michael@0 15 </select>
michael@0 16 </span></p>
michael@0 17 </div>
michael@0 18 <div id="t16" tabindex="2" style="overflow: scroll; max-height: 20px;">
michael@0 19 This is a scrollable area with some sufficiently long text contained within it.
michael@0 20 </div>
michael@0 21 <img id="n5" src="happy.png"/>
michael@0 22 <img id="t23" tabindex="0" src="happy.png"/>
michael@0 23 <a id="t17" tabindex="2" accesskey="f">1</a>
michael@0 24 <a id="t24" tabindex="0" href="#">2</a>
michael@0 25 <a id="t25" href="#">Link 3</a>
michael@0 26 <br>
michael@0 27 <span id="hiddenspan" style="display: none;"></span>
michael@0 28 <input id="t26" tabindex="0" type="checkbox" accesskey="a">
michael@0 29 <input id="o11" tabindex="-1" type="checkbox">
michael@0 30 <div style="display: none;"><input/></div>
michael@0 31 <div id="t27" style="overflow: scroll; max-height: 20px;">
michael@0 32 This is a scrollable area with some sufficiently long text contained within it.
michael@0 33 This is a scrollable area with some sufficiently long text contained within it.
michael@0 34 <button id="inscroll" tabindex="-1">Button 4</button>
michael@0 35 </div>
michael@0 36 <map name="map1">
michael@0 37 <area id="t31" href="#" shape="rect" coords="0,0,5,5">
michael@0 38 <area id="t32" href="#" shape="rect" coords="10,10,15,15">
michael@0 39 <area id="t18" href="#" shape="circle" coords="0,8,4" tabindex="2">Button 5</area>
michael@0 40 <area id="t33" href="#" shape="poly" coords="10,1,16,3,14,10,7,10,10,1">
michael@0 41 </map>
michael@0 42 <input type="hidden"/>
michael@0 43 <fieldset style="float: right;">
michael@0 44 <legend id="legend">Options</legend>
michael@0 45 <input id="t28" type="radio" name="options" value="optionone">One
michael@0 46 <label id="ad" accesskey="d">Label:<input id="t29" type="radio" name="options" value="optiontwo">Two</label>
michael@0 47 </fieldset>
michael@0 48 <div id="t30" tabindex="0">abc</div>
michael@0 49 <input id="o18" accesskey="u" disabled size="3"/>
michael@0 50 <label id="ag" accesskey="g" for="n6">L</label>
michael@0 51 <input id="n6" tabindex="-1" type="button"/>
michael@0 52 <span id="n7" accesskey="t">s</span>
michael@0 53 <img id="image" src="data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%18%00%00%00%18%02%03%00%00%00%9D%19%D5k%00%00%00%04gAMA%00%00%B1%8F%0B%FCa%05%00%00%00%0CPLTE%FF%FF%FF%FF%FF%FF%F7%DC%13%00%00%00%03%80%01X%00%00%00%01tRNS%08N%3DPT%00%00%00%01bKGD%00%88%05%1DH%00%00%00%09pHYs%00%00%0B%11%00%00%0B%11%01%7Fd_%91%00%00%00%07tIME%07%D2%05%0C%14%0C%0D%D8%3F%1FQ%00%00%00%5CIDATx%9C%7D%8E%CB%09%C0%20%10D%07r%B7%20%2F%E9wV0%15h%EA%D9%12D4%BB%C1x%CC%5C%1E%0C%CC%07%C0%9C0%9Dd7()%C0A%D3%8D%E0%B8%10%1DiCHM%D0%AC%D2d%C3M%F1%B4%E7%FF%10%0BY%AC%25%93%CD%CBF%B5%B2%C0%3Alh%CD%AE%13%DF%A5%F7%E0%03byW%09A%B4%F3%E2%00%00%00%00IEND%AEB%60%82"
michael@0 54 usemap="#map1" ismap>
michael@0 55
michael@0 56 </body>
michael@0 57 </html>

mercurial