blob: b7a32a30fd6983194cbc971a57298c2f6764fef4 [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>Test Page</title>
</head>
<body>
<a name="text" />
<a id=someTextId>Some text&nbsp;</a>
<a id=nestedLinkId>Is not nested, and is not unique!</a>
<div id=divId>A div
<a id=nestedLinkId>Nested text</a>
</div>
<p id="spaces"> </p>
<p id="empty"></p>
<a 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>
<span id="my_span">
<div>first_div</div>
<div>second_div</div>
<span>first_span</span>
<span>second_span</span>
</span>
</body>
</html>