~testplan-team/testplan/source-collection

« back to all changes in this revision

Viewing changes to selenium-core-1.0.1/tests/html/Frames.html

  • Committer: edA-qa mort-ora-y
  • Date: 2009-07-02 09:23:56 UTC
  • Revision ID: eda-qa@disemia.com-20090702092356-w9rxifuvlva3bk31
upgradingĀ selenium

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<HEAD>
 
3
<TITLE> AUT </TITLE>
 
4
<META HTTP-EQUIV="Content-Language" CONTENT="en">
 
5
<META HTTP-EQUIV="Content-Type" CONTENT="text/html">
 
6
 
 
7
 
 
8
 
 
9
<FRAMESET  ROWS="40,*,81" cols="100%" FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0">
 
10
  <FRAME SRC="test_top.html" NAME="topFrame" SCROLLING="NO" NORESIZE >
 
11
  <FRAME SRC="test_open.html" APPLICATION="yes" NAME="mainFrame">
 
12
  <FRAME SRC="test_bottom.html" NAME="bottomFrame" SCROLLING="NO" NORESIZE>
 
13
</FRAMESET>
 
14
<NOFRAMES>
 
15
<BODY onload="init()">
 
16
</BODY>
 
17
</NOFRAMES>
 
18
</HTML>
 
19