author | malenkov |
Thu, 01 Jul 2010 18:09:45 +0400 | |
changeset 5953 | 33ad0303d717 |
child 21596 | 0e3a39f29dbc |
permissions | -rw-r--r-- |
5953
33ad0303d717
4129681: Cannot get a title border to display its label as disabled
malenkov
parents:
diff
changeset
|
1 |
<html> |
33ad0303d717
4129681: Cannot get a title border to display its label as disabled
malenkov
parents:
diff
changeset
|
2 |
<body> |
33ad0303d717
4129681: Cannot get a title border to display its label as disabled
malenkov
parents:
diff
changeset
|
3 |
When applet starts, you'll see a checkbox and a label with a titled border. |
33ad0303d717
4129681: Cannot get a title border to display its label as disabled
malenkov
parents:
diff
changeset
|
4 |
Turn on the checkbox to disable the label. |
33ad0303d717
4129681: Cannot get a title border to display its label as disabled
malenkov
parents:
diff
changeset
|
5 |
The test passes if the title of the border is disabled as well as the label. |
33ad0303d717
4129681: Cannot get a title border to display its label as disabled
malenkov
parents:
diff
changeset
|
6 |
|
33ad0303d717
4129681: Cannot get a title border to display its label as disabled
malenkov
parents:
diff
changeset
|
7 |
<applet width="300" height="200" code="Test4129681.class"> |
33ad0303d717
4129681: Cannot get a title border to display its label as disabled
malenkov
parents:
diff
changeset
|
8 |
</applet> |
33ad0303d717
4129681: Cannot get a title border to display its label as disabled
malenkov
parents:
diff
changeset
|
9 |
</body> |
33ad0303d717
4129681: Cannot get a title border to display its label as disabled
malenkov
parents:
diff
changeset
|
10 |
</html> |