зеркало из https://github.com/mozilla/pjs.git
1 строка
1.2 KiB
HTML
1 строка
1.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
|
<html>
|
|
<HEAD><!-- testcase: table_frame_void.html -->
|
|
<!-- Description: To test the TABLE Element with FRAME=VOID (No sides; default). 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 © 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/VOID</title>
|
|
</HEAD>
|
|
<TABLE border="5" frame="void">
|
|
<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>
|