blob: a61e6199c4b68a268b3d2b321921914c7b1d3a00 [file] [log] [blame]
<!-- Copyright (C) 2011 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<title>Form Test Page</title>
</head>
<body>
<a id="tagA">Tag A</a>
<a name="text"></a>
<a id=someTextId>Some text&nbsp;</a>
<a id=nestedLinkId>Is not nested, and is not unique!</a>
<a class="divClass">Outter text</a>
<a id="outter" name="foo">Foo</a>
<div id=divId name="firstDiv">A div
<a id=nestedLinkId class="divClass" name="nestedLink">Nested text</a>
<a id="n1" name="linkn1">a nested link</a>
<a id="inner" href="test_hello_world.html" name="foo">Foo</a>
<span id="n1" name="spann1"></span>
<a name=nested>Nested text</a>
</div>
<p id="spaces"> </p>
<p id="empty"></p>
<a name=foo href="foo" id="linkWithEqualsSign">Link=equalssign</a>
<p id="self-closed" />Here is some content that should not be in the previous p tag
<p class=" spaceAround ">Spaced out</p>
<a name="text" id="emptyLink"> </a>
<p id="spaces"> </p>
<p id="empty"></p>
<p id="self-closed"/>
<div>
<a id="id1" href="#">Foo</a>
<ul id="id2" />
<span id="id3"/>
<p id="id3">A paragraph</p>
</div>
<input name="inputDisabled" id="inputDisabled" disabled="disabled"> </input>
<span id="my_span">
<div>first_div</div>
<div>second_div</div>
<span>first_span</span>
<span>second_span</span>
<a id="Foo">Foo</a>
</span>
<select name="selectomatic">
<option id="one" selected="selected">One</option>
<option id="two">Two</option>
<option id="four">Four</option>
<option>Still learning how to count, apparently</option>
</select>
<select name="multi" id="multi" multiple="multiple">
<option id="eggs" selected="selected">Eggs</option>
<option id="ham" >Ham</option>
<option selected="selected">Sausages</option>
<option>Onion gravy</option>
</select>
<input type="radio" id="cheese" name="snack" value="cheese"/>Cheese<br/>
<input type="radio" id="peas" name="snack" value="peas"/>Peas<br/>
<input type="radio" id="cheese_and_peas" name="snack" value="cheese and peas" checked/>Cheese and peas<br/>
<input type="radio" id="nothing" name="snack" value="nowt" disabled="disabled"/>Not a sausage
<form action="test_hello_world.html" method="get">
<input type="hidden" name="hidden" value="fromage" id="fromage" />
Here's a checkbox: <input type="checkbox" id="checky" name="checky" value="furrfu"/><br/>
<input type="text" value="enter text here" name="textinput" style="background-color:red;width:100px;height:50px"></input>
<input type="text" id="typehere"/>
<a style="position:absolute;left:200px;top:250px">B</a>
</form>
</body>
</html>