gecko-dev/layout/html/tests/table/marvin/table_frame_below.html

1 строка
1.2 KiB
HTML
Исходник Обычный вид История

1999-04-05 23:56:05 +04:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> <HEAD><!-- testcase: table_frame_below.html --> <!-- Description: To test the TABLE Element with FRAME=below (The bottom side only). The FRAME attribute determines which side or sides in a frame ,which surrounds a table, should be rendered. --> <!-- Author: Chris Petersen Date: 11/17/98 --> <!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION Copyright <20> 1998 Netscape Communications Corporation. All Rights Reserved. Use of this Test Script is subject to the terms of the applicable license agreement from Netscape Communications Corporation. --> <title>Web Browser Web View (HTML): Document FRAME/BELOW</title> </HEAD> <TABLE border="5" frame="below"> <caption> Communicator 4.5 Installers for Mac and Windows Platforms</caption> <tr> <th></th> <th>Macintosh PPC</th> <th>Windows 95</th> <th>Windows NT</th> </tr> <tr> <td>Base Install </td> <td> yes </td> <td> yes </td> <td> yes </td> </tr> <tr> <td>Complete Install </td> <td> yes </td> <td> yes </td> <td> yes </td> </tr> <tr> <td>Pro Edition Install </td> <td> yes </td> <td> yes </td> <td> yes </td> </tr> </table> </html>