"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/common/src/web/frame_switching_tests/bug4876_iframe.html" (17 Feb 2023, 213 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <html>
    2     <head></head>
    3     <body>
    4         <form >
    5           <input type="text" id="inputText" />
    6           <input type="submit" id="submitButton" value="submit" onclick="window.location=window.location;" />
    7         <form>
    8     </body>
    9 </html>