content/base/test/bug419132.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 <html><head>
michael@0 2 </head><body>
michael@0 3 <span>
michael@0 4 <span id="a" tabindex="1">
michael@0 5 <span>
michael@0 6
michael@0 7 <select>
michael@0 8 <script>
michael@0 9 document.getElementById('a').focus();
michael@0 10 </script>
michael@0 11 </select>
michael@0 12
michael@0 13 <style>
michael@0 14 #a:focus { float:right;}
michael@0 15 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);
michael@0 16 </style>
michael@0 17
michael@0 18 </span>
michael@0 19 </span>
michael@0 20 </span>
michael@0 21 </body>
michael@0 22 </html>

mercurial