1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/chrome/child_focus_frame.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,57 @@ 1.4 +<html id="t13"> 1.5 +<body id="inner-document"> 1.6 + 1.7 +<input id="t19" value="Input" accesskey="b"> 1.8 +<input id="t14" tabindex="2" type="password" value="test"> 1.9 +<button id="t20">Button</button> 1.10 +<div style="float: left; margin-top: 30px;"> 1.11 + <button id="t21">Button 2</button> 1.12 +</div> 1.13 +<div id="abs" style="position: absolute; top: 40px; left: 250px;"> 1.14 + <button id="t22" accesskey="c">Button 3</button> 1.15 + <p><span> 1.16 + <select id="t15" tabindex="2" accesskey="e"> 1.17 + <option>One 1.18 + </select> 1.19 + </span></p> 1.20 +</div> 1.21 +<div id="t16" tabindex="2" style="overflow: scroll; max-height: 20px;"> 1.22 + This is a scrollable area with some sufficiently long text contained within it. 1.23 +</div> 1.24 +<img id="n5" src="happy.png"/> 1.25 +<img id="t23" tabindex="0" src="happy.png"/> 1.26 +<a id="t17" tabindex="2" accesskey="f">1</a> 1.27 +<a id="t24" tabindex="0" href="#">2</a> 1.28 +<a id="t25" href="#">Link 3</a> 1.29 +<br> 1.30 +<span id="hiddenspan" style="display: none;"></span> 1.31 +<input id="t26" tabindex="0" type="checkbox" accesskey="a"> 1.32 +<input id="o11" tabindex="-1" type="checkbox"> 1.33 +<div style="display: none;"><input/></div> 1.34 +<div id="t27" style="overflow: scroll; max-height: 20px;"> 1.35 + This is a scrollable area with some sufficiently long text contained within it. 1.36 + This is a scrollable area with some sufficiently long text contained within it. 1.37 + <button id="inscroll" tabindex="-1">Button 4</button> 1.38 +</div> 1.39 +<map name="map1"> 1.40 + <area id="t31" href="#" shape="rect" coords="0,0,5,5"> 1.41 + <area id="t32" href="#" shape="rect" coords="10,10,15,15"> 1.42 + <area id="t18" href="#" shape="circle" coords="0,8,4" tabindex="2">Button 5</area> 1.43 + <area id="t33" href="#" shape="poly" coords="10,1,16,3,14,10,7,10,10,1"> 1.44 +</map> 1.45 +<input type="hidden"/> 1.46 +<fieldset style="float: right;"> 1.47 +<legend id="legend">Options</legend> 1.48 + <input id="t28" type="radio" name="options" value="optionone">One 1.49 + <label id="ad" accesskey="d">Label:<input id="t29" type="radio" name="options" value="optiontwo">Two</label> 1.50 +</fieldset> 1.51 +<div id="t30" tabindex="0">abc</div> 1.52 +<input id="o18" accesskey="u" disabled size="3"/> 1.53 +<label id="ag" accesskey="g" for="n6">L</label> 1.54 +<input id="n6" tabindex="-1" type="button"/> 1.55 +<span id="n7" accesskey="t">s</span> 1.56 +<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" 1.57 + usemap="#map1" ismap> 1.58 + 1.59 +</body> 1.60 +</html>