browser/data/loadtest2.html
author Brendan Donegan <brendand@symbian.org>
Mon, 12 Jul 2010 13:27:48 +0100
branchSymbian3
changeset 51 95126a452a4c
parent 3 235c00e46fb7
permissions -rw-r--r--
Added most of the smoketests to the ATS4 Syborg test plan

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<TITLE>Demo </TITLE>

<script type="text/javascript">
function SetFocus()
{
document.getElementById('button1').focus();
}
</script>
</HEAD>

<BODY onload='SetFocus()' bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">

	<p>
	This test tests that LoadData actually works.
	If you see this page the test passed.
	<form>
	<input type='text' id='box1' />
	<input type='submit' id='button1' value='button1' />
	<br/>
	<input type='submit' id='button2' value='#2' />
	<input type='text' id='box2' />
	</form>

	<img src="img8.jpg" id='image' />
</BODY>
</HTML>