root/collected/trunk/html-test-cases/named-link-ends-and-tab-order.html

Revision 55, 2.1 kB (checked in by simon, 3 years ago)

added a test to check if named link anchors are in the tab sequence

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2"http://www.w3.org/TR/html4/strict.dtd">
3
4<html>
5
6<head>
7<title>Are named link ends in the tab order?</title>
8</head>
9
10<body>
11<p><a href="#end">link 1</a></p>
12<p><a name="end">named link end</a></p>
13<p><a href="#end">link 2</a></p>
14<p>stuff to make the page longer than the browser window<br>
15stuff to make the page longer than the browser window<br>
16stuff to make the page longer than the browser window<br>
17stuff to make the page longer than the browser window<br>
18stuff to make the page longer than the browser window<br>
19stuff to make the page longer than the browser window<br>
20stuff to make the page longer than the browser window<br>
21stuff to make the page longer than the browser window<br>
22stuff to make the page longer than the browser window<br>
23stuff to make the page longer than the browser window<br>
24stuff to make the page longer than the browser window<br>
25stuff to make the page longer than the browser window<br>
26stuff to make the page longer than the browser window<br>
27stuff to make the page longer than the browser window<br>
28stuff to make the page longer than the browser window<br>
29stuff to make the page longer than the browser window<br>
30stuff to make the page longer than the browser window<br>
31stuff to make the page longer than the browser window<br>
32stuff to make the page longer than the browser window<br>
33stuff to make the page longer than the browser window<br>
34stuff to make the page longer than the browser window<br>
35stuff to make the page longer than the browser window<br>
36stuff to make the page longer than the browser window<br>
37stuff to make the page longer than the browser window<br>
38stuff to make the page longer than the browser window<br>
39stuff to make the page longer than the browser window<br>
40stuff to make the page longer than the browser window<br>
41stuff to make the page longer than the browser window<br>
42stuff to make the page longer than the browser window<br>
43stuff to make the page longer than the browser window<br>
44stuff to make the page longer than the browser window<br>
45stuff to make the page longer than the browser window<br></p>
46</body>
47
48</html>
Note: See TracBrowser for help on using the browser.