"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/javascript/webdriver/test/atoms/inject/nested_iframes.html" (17 Feb 2023, 326 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 <!DOCTYPE html>
    2 <html>
    3     <head>
    4         <title>second frame</title>
    5     </head>
    6     <body>
    7         <input id="bou" value="there"/>
    8         <iframe id="iframe1" src="iframe_page.html" name="iframename1"></iframe>
    9         <iframe id="iframe2" name="iframename2" src="single_iframe.html">
   10         </iframe>
   11     </body>
   12 </html>