"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/common/src/web/rc/tests/html/test_multi_level_frame.html" (17 Feb 2023, 173 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 <frameset cols="20%, 80%">
    3         <frame src="./test_click_page2.html" id="frame1" name="frame1">
    4         <frame src="./test_framed_page.html" name="frame2">
    5 </frameset>
    6 </html>