author | vromero |
Thu, 05 Jan 2017 11:16:39 -0800 (2017-01-05) | |
changeset 43033 | c37b643739a7 |
parent 27501 | 270a993c1881 |
permissions | -rw-r--r-- |
27501
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
1 |
<!-- |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
2 |
Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved. |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
3 |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
4 |
|
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
5 |
This code is free software; you can redistribute it and/or modify it |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
6 |
under the terms of the GNU General Public License version 2 only, as |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
7 |
published by the Free Software Foundation. |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
8 |
|
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
9 |
This code is distributed in the hope that it will be useful, but WITHOUT |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
10 |
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
11 |
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
12 |
version 2 for more details (a copy is included in the LICENSE file that |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
13 |
accompanied this code). |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
14 |
|
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
15 |
You should have received a copy of the GNU General Public License version |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
16 |
2 along with this work; if not, write to the Free Software Foundation, |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
17 |
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
18 |
|
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
19 |
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
20 |
or visit www.oracle.com if you need additional information or have any |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
21 |
questions. |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
22 |
--> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
23 |
|
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
24 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
25 |
<html> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
26 |
<head> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
27 |
<title>Tabbing test</title> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
28 |
</head> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
29 |
|
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
30 |
<body> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
31 |
<h1>Tabbing test</h1> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
32 |
<applet code=TAB width=500 height=200> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
33 |
</applet> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
34 |
|
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
35 |
<p> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
36 |
Select a cell by double clicking it, press tab. Check that the focus moves to the next cell. |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
37 |
If it does, press "pass", otherwise press "fail". |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
38 |
<hr> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
39 |
<address><a href="mailto:milne@taller">Philip Milne</a></address> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
40 |
|
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
41 |
</body> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
42 |
</html> |
270a993c1881
7154054: [macosx] Can't distinguish the focus move to next cell
serb
parents:
diff
changeset
|
43 |