"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/common/src/web/rc/tests/html/test_bottom.html" (17 Feb 2023, 1076 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


The requested HTML page contains a <FORM> tag that is unusable on "Fossies" in "automatic" (rendered) mode so that page is shown as HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <!--
    2 Copyright 2011 Software Freedom Conservancy
    3 
    4  Licensed under the Apache License, Version 2.0 (the "License");
    5  you may not use this file except in compliance with the License.
    6  You may obtain a copy of the License at
    7 
    8      http://www.apache.org/licenses/LICENSE-2.0
    9 
   10  Unless required by applicable law or agreed to in writing, software
   11  distributed under the License is distributed on an "AS IS" BASIS,
   12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   13  See the License for the specific language governing permissions and
   14  limitations under the License.
   15 -->
   16 <html>
   17 <head>
   18     <title>Bottom frame</title>
   19 </head>
   20 <body>
   21 This is bottom frame
   22 
   23 <a href="test_page.slow.html" target="_top" id="changeTop">changeTop</a>
   24 <a href="test_page.slow.html" target="_parent" id="changeParent">changeParent</a>
   25 <a href="test_page.slow.html" target="_blank" id="changeBlank">changeBlank</a>
   26 <a href="test_page.slow.html" target="_self" id="changeSelf">changeSelf</a>
   27 <form action="test_page.slow.html" target="_blank" id="formBlank">formBlank</form>
   28 </body>
   29 </html>