jdk/test/javax/swing/border/Test6910490.html
author dcubed
Wed, 20 Jun 2012 14:18:25 -0700
changeset 13092 3b4aad065f27
parent 5584 b91509fa019d
child 21596 0e3a39f29dbc
permissions -rw-r--r--
7175255: symlinks are wrong, which caused jdk8-promote-2 to fail (client/64/64 directories in debuginfo zips) Summary: Fix bad paths in client/64 and server/64 debug info and symlink creation Reviewed-by: ohair, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5584
b91509fa019d 6910490: MatteBorder JScrollpane interaction
malenkov
parents:
diff changeset
     1
<html>
b91509fa019d 6910490: MatteBorder JScrollpane interaction
malenkov
parents:
diff changeset
     2
<body>
b91509fa019d 6910490: MatteBorder JScrollpane interaction
malenkov
parents:
diff changeset
     3
If the border is painted over scroll bars then test fails.
b91509fa019d 6910490: MatteBorder JScrollpane interaction
malenkov
parents:
diff changeset
     4
Otherwise test passes.
b91509fa019d 6910490: MatteBorder JScrollpane interaction
malenkov
parents:
diff changeset
     5
b91509fa019d 6910490: MatteBorder JScrollpane interaction
malenkov
parents:
diff changeset
     6
<applet width="600" height="300" code="Test6910490.class">
b91509fa019d 6910490: MatteBorder JScrollpane interaction
malenkov
parents:
diff changeset
     7
</applet>
b91509fa019d 6910490: MatteBorder JScrollpane interaction
malenkov
parents:
diff changeset
     8
</body>
b91509fa019d 6910490: MatteBorder JScrollpane interaction
malenkov
parents:
diff changeset
     9
</html>