content/base/test/bug419132.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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