tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

reportValidity-crash.html (633B)


      1 <!DOCTYPE html>
      2 <html>
      3 
      4 <head>
      5 <script>
      6 Object.prototype.__defineGetter__('then', prom);
      7 var prom_count = 0;
      8 function prom() {
      9 prom_count++;
     10 if (prom_count > 2) return;
     11 var v14 = x37.animate({},100);
     12 v14.reverse();
     13 v14.ready;
     14 v14.currentTime = 0;
     15 x57.reportValidity();
     16 }
     17 function f0() {
     18 var v38 = x37.animate({},300);
     19 v38.ready;
     20 x57.prepend(x78);
     21 }
     22 function f1() {
     23 var x57 = document.getElementById("x57");
     24 x57.disabled = false;
     25 }
     26 </script>
     27 </head>
     28 
     29 <body>
     30 <fieldset id="x37">
     31 <canvas onfocusin="f0()" >
     32 <input id="x78" autofocus=""  onfocusout="f1()" >
     33 </canvas>
     34 <select id="x57" disabled=""  required=""></select>
     35 </body>
     36 
     37 </html>