1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/events/test/bug226361_iframe.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,47 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 +<!-- 1.6 +https://bugzilla.mozilla.org/show_bug.cgi?id=226361 1.7 +--> 1.8 +<head> 1.9 + <title>Test for Bug 226361</title> 1.10 +</head> 1.11 +<body id="body"> 1.12 +<p id="display"> 1.13 + 1.14 +<a id="a1" tabindex="3" href="http://home.mozilla.org">This is the 1st 1.15 + 1.16 +link but the 3rd tabindex</a><br /> 1.17 + 1.18 +<br /> 1.19 + 1.20 + <a id="a2" tabindex="4" href="http://home.mozilla.org">This is the 2nd 1.21 + 1.22 +link but the 4th tabindex</a><br /> 1.23 + 1.24 +<br /> 1.25 + 1.26 + <a id="a3" tabindex="1" href="http://home.mozilla.org">This is the 3rd 1.27 + 1.28 +link but the 1st tabindex</a><br /> 1.29 + 1.30 +<br /> 1.31 + 1.32 + <a id="a4" tabindex="5" href="http://home.mozilla.org">This is the 4th 1.33 + 1.34 +link but the 5th tabindex</a><br /> 1.35 + 1.36 +<br /> 1.37 + 1.38 + <a id="a5" tabindex="2" href="http://home.mozilla.org">This is the 5th 1.39 + 1.40 +link but the 2nd tabindex</a> 1.41 + 1.42 +</p> 1.43 +<div id="content" style="display: none"> 1.44 + 1.45 +</div> 1.46 +<pre id="test"> 1.47 + 1.48 +</pre> 1.49 +</body> 1.50 +</html>