content/base/test/bug419132.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/test/bug419132.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<html><head>
     1.5 +</head><body>
     1.6 +<span>
     1.7 +<span id="a" tabindex="1">
     1.8 +<span>
     1.9 +
    1.10 +<select>
    1.11 +<script>
    1.12 +document.getElementById('a').focus();
    1.13 +</script>
    1.14 +</select>
    1.15 +
    1.16 +<style>
    1.17 +#a:focus {  float:right;}
    1.18 +body *:first-child {-moz-binding:url(data:text/xml;charset=utf-8,%3Cbindings%20xmlns%3D%22http%3A//www.mozilla.org/xbl%22%3E%0A%3Cbinding%20id%3D%22a%22%20inheritstyle%3D%22false%22%3E%0A%3Ccontent%3E%0A%3Cchildren/%3E%0A%3Cinput%20xmlns%3D%22http%3A//www.w3.org/1999/xhtml%22%20style%3D%22display%3A%20table%3B%20overflow%3A%20hidden%3B%22%20/%3E%0A%3C/content%3E%0A%3C/binding%3E%0A%3C/bindings%3E);
    1.19 +</style>
    1.20 +
    1.21 +</span>
    1.22 +</span>
    1.23 +</span>
    1.24 +</body>
    1.25 +</html>

mercurial