Sha256: a05c5a369482aed12f6f4b6530a988b3df11f37d11501beed0fa31141f666ecc
Contents?: true
Size: 592 Bytes
Versions: 62
Compression:
Stored size: 592 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang='en_gb' xml:lang='en_gb' xmlns='http://www.w3.org/1999/xhtml'> <head> <title> Timeout test </title> <meta content='text/html; charset=utf-8' http-equiv='content-type' /> <script type='text/javascript'> //<![CDATA[ function move_on() { window.location = 'non_control_elements.html'; } //]]> </script> </head> <body onload='setTimeout(move_on, 500)'> Wait 500ms for the next page. </body> </html>
Version data entries
62 entries across 62 versions & 1 rubygems