11 lines
269 B
HTML
11 lines
269 B
HTML
|
<html>
|
||
|
<body>
|
||
|
When applet starts, you'll see a panel with a compound titled border.
|
||
|
If one of its titles is overstriken with the border's line then test fails.
|
||
|
Otherwise test passes.
|
||
|
|
||
|
<applet width="600" height="300" code="Test4760089.class">
|
||
|
</applet>
|
||
|
</body>
|
||
|
</html>
|