"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/javascript/atoms/test/testdata/history_page3.html" (17 Feb 2023, 184 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 <script>
    4 window.onload = function() {
    5   if (window.opener) {
    6     window.opener.notifyLoaded();
    7   }
    8 };
    9 </script>
   10 <body>
   11 <div>History Page 3</div>
   12 </body>
   13 </html>