bug4150029.html revision 10730:07156012ab78
1126385Smlaier<html>
2126385Smlaier<!--
3265420Simp Copyright (c) 2013, 2014 Oracle and/or its affiliates. All rights reserved.
4259916Sbz DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5240494Sglebius
6240494Sglebius This code is free software; you can redistribute it and/or modify it
7126385Smlaier under the terms of the GNU General Public License version 2 only, as
8298107Sgjb published by the Free Software Foundation.
9126385Smlaier
10240494Sglebius This code is distributed in the hope that it will be useful, but WITHOUT
11126385Smlaier ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12126385Smlaier FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13126385Smlaier version 2 for more details (a copy is included in the LICENSE file that
14145841Smlaier accompanied this code).
15171173Smlaier
16126385Smlaier You should have received a copy of the GNU General Public License version
17198236Sru 2 along with this work; if not, write to the Free Software Foundation,
18126385Smlaier Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19240494Sglebius
20240494Sglebius Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
21126385Smlaier or visit www.oracle.com if you need additional information or have any
22259916Sbz questions.
23259916Sbz-->
24259916Sbz
25259916Sbz<!--
26259916Sbz @test
27259916Sbz @bug 4150029 8006087
28259916Sbz @summary BackSpace keyboard button does not lead to parent directory
29259916Sbz @author Oleg Mokhovikov
30126385Smlaier @library ../../../../lib/testlibrary
31126385Smlaier @build jdk.testlibrary.OSInfo
32275030Sbapt @run applet/manual=done bug4150029.html
33126385Smlaier-->
34126385Smlaier
35<body>
36<applet  code="bug4150029.class" width=200 height=200></applet>
37Follow the instructions below.
381.Go into 'subDir' folder.
392.Press BACKSPACE key.
403.Push OPEN button.
414.Push DONE button.
42</body>
43</html> 
44