browser/data/loadtest2.html
author Maciej Seroka <maciejs@symbian.org>
Thu, 21 Jan 2010 14:54:07 +0000
branchSymbian3
changeset 3 235c00e46fb7
permissions -rw-r--r--
Added Symbian3 smoketests

<!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>