diff options
| author | wei <> | 2006-07-06 23:45:54 +0000 | 
|---|---|---|
| committer | wei <> | 2006-07-06 23:45:54 +0000 | 
| commit | 9bc0264b85f9b7bfdb0f9050acd7142f20fa1c13 (patch) | |
| tree | eda9057150919d3b9eecddd811c3b381d91f49c0 /tests/test_tools/selenium | |
| parent | c9d52efd6cea119b228cdf4a5679463e06f98b50 (diff) | |
Update test tools.
Diffstat (limited to 'tests/test_tools/selenium')
| -rw-r--r-- | tests/test_tools/selenium/core/TestRunner-splash.html | 2 | ||||
| -rw-r--r-- | tests/test_tools/selenium/php/TestRunner.php | 9 | 
2 files changed, 4 insertions, 7 deletions
| diff --git a/tests/test_tools/selenium/core/TestRunner-splash.html b/tests/test_tools/selenium/core/TestRunner-splash.html index 368c95b7..205bb8ef 100644 --- a/tests/test_tools/selenium/core/TestRunner-splash.html +++ b/tests/test_tools/selenium/core/TestRunner-splash.html @@ -34,8 +34,6 @@ Copyright 2005 ThoughtWorks, Inc  <td></td>  <td class="selenium splash"> -<img src="selenium-logo.png" align="right"> -  <h1>Selenium</h1>  <h2>by <a href="http://www.thoughtworks.com">ThoughtWorks</a> and friends</h2> diff --git a/tests/test_tools/selenium/php/TestRunner.php b/tests/test_tools/selenium/php/TestRunner.php index 21d18e44..a82ce0dd 100644 --- a/tests/test_tools/selenium/php/TestRunner.php +++ b/tests/test_tools/selenium/php/TestRunner.php @@ -80,7 +80,7 @@ Copyright 2004 ThoughtWorks, Inc  		<table class="layout">  		  <tr class="selenium">  			<th width="25%" height="1" class="header"> -			  <h1><a href="http://selenium.thoughtworks.com" title="The Selenium Project">Selenium</a> TestRunner</h1> +			  <h3><a href="http://selenium.thoughtworks.com" title="The Selenium Project">Selenium</a></h3>  			</th>  		  </tr>  		  <tr> @@ -139,19 +139,18 @@ Copyright 2004 ThoughtWorks, Inc  				  <td>incomplete</td>  				</tr>  			  </table> -	 +	<!--  			  <fieldset>  				<legend>Tools</legend> -	<!--  				<button type="button" id="domViewer1" onClick="openDomViewer();">  				  View DOM -				</button> --> +				</button>   				<button type="button" onClick="LOG.show();">  				  Show Log  				</button>  			  </fieldset> -	 +	-->  			</td>  		  </tr>  		  </table> | 
