Bug 53764 - change tests to remove NSCP Confidential notices (and <cr> characters.) Patch by moz@compsoc.man.ac.uk; r=gerv, auto-sr=brendan.
git-svn-id: svn://10.0.0.236/trunk@126998 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1 +1,82 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<head><!-- testcase: body_col.html
|
||||
description: HTML Text Markup Element- COL -->
|
||||
<!-- Author: Chris Petersen Date: 11/2/98 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!-- Purpose: To test the COL Element. The COL element specifies the characteristics of the a table's column such as width -->
|
||||
<!-- Expected result: The first column has a width property of 40 pixels ; the second column has width of 100 pixels. -->
|
||||
<title>Web Browser Web View (HTML): Document COL</title>
|
||||
</head>
|
||||
<TABLE BORDER=2>
|
||||
<COLGROUP>
|
||||
<COL WIDTH="40">
|
||||
<COL WIDTH="100">
|
||||
</COLGROUP>
|
||||
<TR>
|
||||
<TH>
|
||||
La Mesa
|
||||
</TH>
|
||||
<TD>X
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TH>
|
||||
El Cajon
|
||||
</TH>
|
||||
<TD>
|
||||
X
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TH>
|
||||
Chula Vista
|
||||
</TH>
|
||||
<TD>
|
||||
X
|
||||
</TD>
|
||||
<TR>
|
||||
<TH>
|
||||
Bonita
|
||||
</TH>
|
||||
<TD>
|
||||
N/A
|
||||
</TD>
|
||||
</TABLE>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1 +1,98 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: body_tbody.html
|
||||
description: HTML Text Markup Element- TBODY-->
|
||||
<!-- Author: Chris Petersen Date: 11/5/98 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!-- Purpose: To test the TBODY Element. The TBODY element allows table rows to be grouped in table foot. The table head purpose is to contain information about the table's column's. -->
|
||||
<!-- Expected result: The table has a single TBODY element which contains all the table's rows and columns . -->
|
||||
<title>Web Browser Web View (HTML): Document TBODY</title>
|
||||
</HEAD>
|
||||
<TABLE>
|
||||
<caption>
|
||||
Communicator 4.5 Installers for Mac and Windows Platforms</caption>
|
||||
<TBODY>
|
||||
<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>
|
||||
</TBODY>
|
||||
</table>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: body_tfoot.html
|
||||
description: HTML Text Markup Element- TFOOT-->
|
||||
<!-- Author: Chris Petersen Date: 11/5/98 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!-- Purpose: To test the TFOOT Element. The TFOOT element allows table rows to be grouped in table foot. The table head purpose is to contain information about the table's column's. -->
|
||||
<!-- Expected result: The table has a single TFOOT element which contains the sentence "This is the footer information". It should be rendered below the body of the table. -->
|
||||
<title>Web Browser Web View (HTML): Document TFOOT</title>
|
||||
</HEAD>
|
||||
<TABLE>
|
||||
<caption>
|
||||
Communicator 4.5 Installers for Mac and Windows Platforms</caption>
|
||||
<TFOOT><TR><TD>This is the footer information</TD></TR>
|
||||
<TBODY>
|
||||
<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>
|
||||
</TBODY>
|
||||
</table>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: body_thead.html
|
||||
description: HTML Text Markup Element- THEAD -->
|
||||
<!-- Author: Chris Petersen Date: 11/5/98 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!-- Purpose: To test the THEAD Element. The THEAD element allows table rows to be grouped in table head. The table head purpose is to contain information about the table's column's. -->
|
||||
<!-- Expected result: The table has a single THEAD element which contains the sentence "This is the header information". It should be rendered above the body of the table. -->
|
||||
<title>Web Browser Web View (HTML): Document THEAD</title>
|
||||
</HEAD>
|
||||
<TABLE>
|
||||
<caption>
|
||||
Communicator 4.5 Installers for Mac and Windows Platforms</caption>
|
||||
<THEAD><TR><TD>This is the header information</TD></TR>
|
||||
<TBODY>
|
||||
<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>
|
||||
</TBODY>
|
||||
</table>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,27 +1,85 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: col_span.html -->
|
||||
<!-- description: HTML 4.0 COL element with SPAN attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the SPAN attribute of the COL element tag-->
|
||||
<!-- Expected result: A table with two columns should be displayed. The heading should span across the two columns -->
|
||||
<title>col_span.html</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>The COL element specifies attributes for a table column. In this test case, the COL element is used in conjunction with the SPAN attribute. </p>
|
||||
<table BORDER=1 >
|
||||
<col span="2">
|
||||
<tr>
|
||||
<th>This heading should span across the two columns in this table.</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>This is column one.</td>
|
||||
<td>This is column two.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: col_span.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COL element with SPAN attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the SPAN attribute of the COL element tag-->
|
||||
|
||||
<!-- Expected result: A table with two columns should be displayed. The heading should span across the two columns -->
|
||||
|
||||
<title>col_span.html</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>The COL element specifies attributes for a table column. In this test case, the COL element is used in conjunction with the SPAN attribute. </p>
|
||||
|
||||
<table BORDER=1 >
|
||||
|
||||
<col span="2">
|
||||
|
||||
<tr>
|
||||
|
||||
<th>This heading should span across the two columns in this table.</th>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>This is column one.</td>
|
||||
|
||||
<td>This is column two.</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,76 +1,183 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_align_center.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with ALIGN attribute. Value=center -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ALIGN/center attribute/value of the COLGROUP element tag -->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be center-aligned -->
|
||||
<title>colgroup_align_center.html</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
<p>Text in the cells should be center-aligned.</p>
|
||||
<table BORDER >
|
||||
<colgroup width=100 align="center">
|
||||
<colgroup width=300 align="center">
|
||||
<tr>
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_align_center.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with ALIGN attribute. Value=center -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ALIGN/center attribute/value of the COLGROUP element tag -->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be center-aligned -->
|
||||
|
||||
<title>colgroup_align_center.html</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
|
||||
|
||||
<p>Text in the cells should be center-aligned.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup width=100 align="center">
|
||||
|
||||
<colgroup width=300 align="center">
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,76 +1,183 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_align_justify.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with ALIGN attribute. Value=justify -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ALIGN/left attribute/value of the COLGROUP element tag -->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be justified -->
|
||||
<title>colgroup_align_justify.html</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
<p>Text in the cells should be justified.</p>
|
||||
<table BORDER >
|
||||
<colgroup width=100 align="justify">
|
||||
<colgroup width=300 align="justify">
|
||||
<tr>
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_align_justify.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with ALIGN attribute. Value=justify -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ALIGN/left attribute/value of the COLGROUP element tag -->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be justified -->
|
||||
|
||||
<title>colgroup_align_justify.html</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
|
||||
|
||||
<p>Text in the cells should be justified.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup width=100 align="justify">
|
||||
|
||||
<colgroup width=300 align="justify">
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,76 +1,183 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_align_left.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with ALIGN attribute. Value=left -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ALIGN/left attribute/value of the COLGROUP element tag -->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be left-aligned -->
|
||||
<title>colgroup_align_left.html</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
<p>Text in the cells should be left-aligned.</p>
|
||||
<table BORDER >
|
||||
<colgroup width=100 align="left">
|
||||
<colgroup width=300 align="left">
|
||||
<tr>
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_align_left.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with ALIGN attribute. Value=left -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ALIGN/left attribute/value of the COLGROUP element tag -->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be left-aligned -->
|
||||
|
||||
<title>colgroup_align_left.html</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
|
||||
|
||||
<p>Text in the cells should be left-aligned.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup width=100 align="left">
|
||||
|
||||
<colgroup width=300 align="left">
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,76 +1,183 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_align_right.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with ALIGN attribute. Value=right -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ALIGN/right attribute/value of the COLGROUP element tag -->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be right-aligned -->
|
||||
<title>colgroup_align_right.html</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
<p>Text in the cells should be right-aligned.</p>
|
||||
<table BORDER >
|
||||
<colgroup width=100 align="right">
|
||||
<colgroup width=300 align="right">
|
||||
<tr>
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_align_right.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with ALIGN attribute. Value=right -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ALIGN/right attribute/value of the COLGROUP element tag -->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be right-aligned -->
|
||||
|
||||
<title>colgroup_align_right.html</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
|
||||
|
||||
<p>Text in the cells should be right-aligned.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup width=100 align="right">
|
||||
|
||||
<colgroup width=300 align="right">
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,74 +1,179 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_span.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with SPAN attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the SPAN attribute of the COLGROUP element tag-->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns -->
|
||||
<title>colgroup_span.html</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. In this test case, the COLGROUP element is used in conjunction with the SPAN attribute. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'.</p>
|
||||
<table BORDER >
|
||||
<colgroup span=2>
|
||||
<colgroup span=3>
|
||||
<tr>
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_span.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with SPAN attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the SPAN attribute of the COLGROUP element tag-->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns -->
|
||||
|
||||
<title>colgroup_span.html</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. In this test case, the COLGROUP element is used in conjunction with the SPAN attribute. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup span=2>
|
||||
|
||||
<colgroup span=3>
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,82 +1,195 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_valign_baseline.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with VALIGN attribute. Value=baseline -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the VALIGN/baseline attribute/value of the COLGROUP element tag -->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be baseline-aligned -->
|
||||
<title>colgroup_valign_baseline.html</title>
|
||||
|
||||
<style type="text/css">
|
||||
TD { height: 50px }
|
||||
TH { height: 50px }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
<p>In this test case, the cell text should be baseline-aligned.</p>
|
||||
<table BORDER >
|
||||
<colgroup valign="baseline">
|
||||
<colgroup valign="baseline">
|
||||
<tr>
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_valign_baseline.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with VALIGN attribute. Value=baseline -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the VALIGN/baseline attribute/value of the COLGROUP element tag -->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be baseline-aligned -->
|
||||
|
||||
<title>colgroup_valign_baseline.html</title>
|
||||
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
TD { height: 50px }
|
||||
|
||||
TH { height: 50px }
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
|
||||
|
||||
<p>In this test case, the cell text should be baseline-aligned.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup valign="baseline">
|
||||
|
||||
<colgroup valign="baseline">
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,82 +1,195 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_valign_bottom.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with VALIGN attribute. Value=bottom -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the VALIGN/bottom attribute/value of the COLGROUP element tag -->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be bottom-aligned -->
|
||||
<title>colgroup_valign_bottom.html</title>
|
||||
|
||||
<style type="text/css">
|
||||
TD { height: 50px }
|
||||
TH { height: 50px }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
<p>In this test case, the cell text should be bottom-aligned.</p>
|
||||
<table BORDER >
|
||||
<colgroup valign="bottom">
|
||||
<colgroup valign="bottom">
|
||||
<tr>
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_valign_bottom.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with VALIGN attribute. Value=bottom -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the VALIGN/bottom attribute/value of the COLGROUP element tag -->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be bottom-aligned -->
|
||||
|
||||
<title>colgroup_valign_bottom.html</title>
|
||||
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
TD { height: 50px }
|
||||
|
||||
TH { height: 50px }
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
|
||||
|
||||
<p>In this test case, the cell text should be bottom-aligned.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup valign="bottom">
|
||||
|
||||
<colgroup valign="bottom">
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,82 +1,195 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_valign_middle.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with VALIGN attribute. Value=middle -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the VALIGN/middle attribute/value of the COLGROUP element tag -->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be middle-aligned -->
|
||||
<title>colgroup_valign_middle.html</title>
|
||||
|
||||
<style type="text/css">
|
||||
TD { height: 50px }
|
||||
TH { height: 50px }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
<p>In this test case, the cell text should be middle-aligned.</p>
|
||||
<table BORDER >
|
||||
<colgroup valign="middle">
|
||||
<colgroup valign="middle">
|
||||
<tr>
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_valign_middle.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with VALIGN attribute. Value=middle -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the VALIGN/middle attribute/value of the COLGROUP element tag -->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be middle-aligned -->
|
||||
|
||||
<title>colgroup_valign_middle.html</title>
|
||||
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
TD { height: 50px }
|
||||
|
||||
TH { height: 50px }
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
|
||||
|
||||
<p>In this test case, the cell text should be middle-aligned.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup valign="middle">
|
||||
|
||||
<colgroup valign="middle">
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,82 +1,195 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_valign_top.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with VALIGN attribute. Value=top -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the VALIGN/top attribute/value of the COLGROUP element tag -->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be top-aligned -->
|
||||
<title>colgroup_valign_top.html</title>
|
||||
|
||||
<style type="text/css">
|
||||
TD { height: 50px }
|
||||
TH { height: 50px }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
<p>In this test case, the cell text should be top-aligned.</p>
|
||||
<table BORDER >
|
||||
<colgroup valign="top">
|
||||
<colgroup valign="top">
|
||||
<tr>
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_valign_top.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with VALIGN attribute. Value=top -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the VALIGN/top attribute/value of the COLGROUP element tag -->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns. Text in the cells should be top-aligned -->
|
||||
|
||||
<title>colgroup_valign_top.html</title>
|
||||
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
TD { height: 50px }
|
||||
|
||||
TH { height: 50px }
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. The table below has two distinct column groups; 'Airport Location' and 'Car Rental Information'. The first column group contains two columns and the second column group contains three columns.</p>
|
||||
|
||||
|
||||
|
||||
<p>In this test case, the cell text should be top-aligned.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup valign="top">
|
||||
|
||||
<colgroup valign="top">
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN="2">Airport Location</th>
|
||||
|
||||
<th COLSPAN="3">Car Rental information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,74 +1,179 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_width_pct.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with WIDTH attribute. Value=percentage. -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the WIDTH attribute of the COLGROUP element tag (pixel value) -->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns -->
|
||||
<title>colgroup_width_pct.html</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. This table has two distinct column groups titled 'Airport Location' and 'Car Rental Information'. The first has a width of 20%; the second has a width of 40% pixels.</p>
|
||||
<table BORDER >
|
||||
<colgroup width="20%">
|
||||
<colgroup width="40%">
|
||||
<tr>
|
||||
<th COLSPAN=2>Airport Location</th>
|
||||
<th COLSPAN=3>Car Rental Information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_width_pct.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with WIDTH attribute. Value=percentage. -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the WIDTH attribute of the COLGROUP element tag (pixel value) -->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns -->
|
||||
|
||||
<title>colgroup_width_pct.html</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. This table has two distinct column groups titled 'Airport Location' and 'Car Rental Information'. The first has a width of 20%; the second has a width of 40% pixels.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup width="20%">
|
||||
|
||||
<colgroup width="40%">
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN=2>Airport Location</th>
|
||||
|
||||
<th COLSPAN=3>Car Rental Information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,74 +1,179 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: colgroup_width_px.html -->
|
||||
<!-- description: HTML 4.0 COLGROUP element with WIDTH attribute. Value=pixels. -->
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the WIDTH attribute of the COLGROUP element tag (pixel value) -->
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns -->
|
||||
<title>colgroup_width_px.html</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Colgroups are used to identify column groups. This table has two distinct column groups titled 'Airport Location' and 'Car Rental Information'. The first has a width of 200 pixels; the second has a width of 400 pixels.</p>
|
||||
<table BORDER >
|
||||
<colgroup width=200>
|
||||
<colgroup width=400>
|
||||
<tr>
|
||||
<th COLSPAN=2>Airport Location</th>
|
||||
<th COLSPAN=3>Car Rental Information</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Country</th>
|
||||
<th>City</th>
|
||||
<th>ABC Company</th>
|
||||
<th>EFG Company</th>
|
||||
<th>XYZ Company</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>France</td>
|
||||
<td>Paris</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Germany</td>
|
||||
<td>Frankfurt</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>England</td>
|
||||
<td>London</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Netherlands</td>
|
||||
<td>Amsterdam</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>USA</td>
|
||||
<td>New York</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: colgroup_width_px.html -->
|
||||
|
||||
<!-- description: HTML 4.0 COLGROUP element with WIDTH attribute. Value=pixels. -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 2/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the WIDTH attribute of the COLGROUP element tag (pixel value) -->
|
||||
|
||||
<!-- Expected result: A table with two distinct column groups should be displayed. The first column group has two columns and the second column group has three columns -->
|
||||
|
||||
<title>colgroup_width_px.html</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Colgroups are used to identify column groups. This table has two distinct column groups titled 'Airport Location' and 'Car Rental Information'. The first has a width of 200 pixels; the second has a width of 400 pixels.</p>
|
||||
|
||||
<table BORDER >
|
||||
|
||||
<colgroup width=200>
|
||||
|
||||
<colgroup width=400>
|
||||
|
||||
<tr>
|
||||
|
||||
<th COLSPAN=2>Airport Location</th>
|
||||
|
||||
<th COLSPAN=3>Car Rental Information</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<th>Country</th>
|
||||
|
||||
<th>City</th>
|
||||
|
||||
<th>ABC Company</th>
|
||||
|
||||
<th>EFG Company</th>
|
||||
|
||||
<th>XYZ Company</th>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>France</td>
|
||||
|
||||
<td>Paris</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Germany</td>
|
||||
|
||||
<td>Frankfurt</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>England</td>
|
||||
|
||||
<td>London</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Netherlands</td>
|
||||
|
||||
<td>Amsterdam</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>USA</td>
|
||||
|
||||
<td>New York</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
<td>yes</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_frame_above.html -->
|
||||
<!-- Description: To test the TABLE Element with FRAME=above (The top 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 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document FRAME/ABOVE</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" frame="above">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!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 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_frame_border.html -->
|
||||
<!-- Description: To test the TABLE Element with FRAME=BORDER (All four sides rendered). 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 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document FRAME/BORDER</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" frame="border">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_frame_box.html -->
|
||||
<!-- Description: To test the TABLE Element with FRAME=BOX (All four sides rendered). 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 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document FRAME/BOX</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" frame="box">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_frame_hsides.html -->
|
||||
<!-- Description: To test the TABLE Element with FRAME=HSIDES (The top and bottom sides 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 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document FRAME/HSIDES</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" frame="hsides">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_frame_lhs.html -->
|
||||
<!-- Description: To test the TABLE Element with FRAME=LHS (The left 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 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document FRAME/LHS</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" frame="lhs">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_frame_rhs.html -->
|
||||
<!-- Description: To test the TABLE Element with FRAME=RHS (Right Hand 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 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document FRAME/RHS</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" frame="rhs">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!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 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_frame_vsides.html -->
|
||||
<!-- Description: To test the TABLE Element with FRAME=VSIDES (Left and Right sides 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 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document FRAME/VSIDES</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" frame="vsides">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1,36 +1,103 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- testcase: tables_row_align_center.html
|
||||
description: HTML Text Markup Element, TABLE/TR/ALIGN -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE/TR/ALIGN tag.-->
|
||||
<!-- Expected result: The contents of each cell should center aligned -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TR/ALIGN</title>
|
||||
</head>
|
||||
<body>
|
||||
The table displayed is two rows by three columns. Each table row has been aligned
|
||||
left. The table has been assigned a width and border value so that it is easier to
|
||||
see the alignment.<br>
|
||||
<table width=300 border=1>
|
||||
<tr align=center>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr align=center>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- testcase: tables_row_align_center.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE/TR/ALIGN -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE/TR/ALIGN tag.-->
|
||||
|
||||
<!-- Expected result: The contents of each cell should center aligned -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TR/ALIGN</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table displayed is two rows by three columns. Each table row has been aligned
|
||||
|
||||
left. The table has been assigned a width and border value so that it is easier to
|
||||
|
||||
see the alignment.<br>
|
||||
|
||||
<table width=300 border=1>
|
||||
|
||||
<tr align=center>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr align=center>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,36 +1,103 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- testcase: tables_row_align_left.html
|
||||
description: HTML Text Markup Element, TABLE/TR/ALIGN -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE/TR/ALIGN tag.-->
|
||||
<!-- Expected result: The contents of each cell should left aligned -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TR/ALIGN</title>
|
||||
</head>
|
||||
<body>
|
||||
The table displayed is two rows by three columns. Each table row has been aligned
|
||||
left. The table has been assigned a width and border value so that it is easier to
|
||||
see the alignment.<br>
|
||||
<table width=300 border=1>
|
||||
<tr align=left>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr align=left>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- testcase: tables_row_align_left.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE/TR/ALIGN -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE/TR/ALIGN tag.-->
|
||||
|
||||
<!-- Expected result: The contents of each cell should left aligned -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TR/ALIGN</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table displayed is two rows by three columns. Each table row has been aligned
|
||||
|
||||
left. The table has been assigned a width and border value so that it is easier to
|
||||
|
||||
see the alignment.<br>
|
||||
|
||||
<table width=300 border=1>
|
||||
|
||||
<tr align=left>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr align=left>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,36 +1,103 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- testcase: tables_row_align_right.html
|
||||
description: HTML Text Markup Element, TABLE/TR/ALIGN -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE/TR/ALIGN tag.-->
|
||||
<!-- Expected result: The contents of each cell should right aligned -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TR/ALIGN</title>
|
||||
</head>
|
||||
<body>
|
||||
The table displayed is two rows by three columns. Each table row has been aligned
|
||||
right. The table has been assigned a width and border value so that it is easier to
|
||||
see the alignment.<br>
|
||||
<table width=300 border=1>
|
||||
<tr align=right>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr align=right>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- testcase: tables_row_align_right.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE/TR/ALIGN -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE/TR/ALIGN tag.-->
|
||||
|
||||
<!-- Expected result: The contents of each cell should right aligned -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TR/ALIGN</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table displayed is two rows by three columns. Each table row has been aligned
|
||||
|
||||
right. The table has been assigned a width and border value so that it is easier to
|
||||
|
||||
see the alignment.<br>
|
||||
|
||||
<table width=300 border=1>
|
||||
|
||||
<tr align=right>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr align=right>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_rules_all.html -->
|
||||
<!-- Description: To test the TABLE Element with RULES=ALL (Rules will appear between all columns and rows ) . The RULES attribute specifies which rules will appear between the cells within a table. -->
|
||||
<!-- Author: Chris Petersen Date: 11/17/98 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document RULES/ALL</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" rules="all">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_rules_cols.html -->
|
||||
<!-- Description: To test the TABLE Element with RULES=COLS (Rules will appear between columns only) . The RULES attribute specifies which rules will appear between the cells within a table. -->
|
||||
<!-- Author: Chris Petersen Date: 11/17/98 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document RULES/COLS</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" rules="cols">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_rules_groups.html -->
|
||||
<!-- Description: To test the TABLE Element with RULES=GROUPS (Rules will appear between row groups and column groups) . The RULES attribute specifies which rules will appear between the cells within a table. -->
|
||||
<!-- Author: Chris Petersen Date: 11/17/98 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document RULES/GROUPS</title>
|
||||
</HEAD>
|
||||
<table>
|
||||
<caption>
|
||||
Communicator 4.5 Installers for Mac and Windows Platforms</caption>
|
||||
<colgroup span="4" >
|
||||
<thead><tr><td>This is the header information</td></tr>
|
||||
<tfoot><tr><td>This is the footer information</td></tr>
|
||||
<tbody>
|
||||
<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>
|
||||
</tbody>
|
||||
</table>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_rules_none.html -->
|
||||
<!-- Description: To test the TABLE Element with RULES=NONE (No Rules in table ) . The RULES attribute specifies which rules will appear between the cells within a table. -->
|
||||
<!-- Author: Chris Petersen Date: 11/17/98 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document RULES/NONE</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" rules="none">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1 +1,94 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||||
<html>
|
||||
<HEAD><!-- testcase: table_rules_rows.html-->
|
||||
<!-- Description: To test the TABLE Element with RULES=ROWS (Rules will appear between rows only) . The RULES attribute specifies which rules will appear between the cells within a table. -->
|
||||
<!-- Author: Chris Petersen Date: 11/17/98 -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<title>Web Browser Web View (HTML): Document RULES/ROWS</title>
|
||||
</HEAD>
|
||||
<TABLE border="5" rules="rows">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1,34 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_align_center.html
|
||||
description: HTML Text Markup Element, TABLE -->
|
||||
<!-- Author: Chris Petersen Date: 8/5/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. -->
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
<!-- Expected result: A table should be displayed in the window with center alignment.-->
|
||||
<title>Web Browser Web View (HTML): Document TABLE</title>
|
||||
</head>
|
||||
<body>
|
||||
The table displayed is two rows by three columns with center alignment.<br>
|
||||
<table align=center>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_align_center.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/5/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
|
||||
<!-- Expected result: A table should be displayed in the window with center alignment.-->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table displayed is two rows by three columns with center alignment.<br>
|
||||
|
||||
<table align=center>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,34 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_align_left.html
|
||||
description: HTML Text Markup Element, TABLE -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
<!-- Expected result: A table should be displayed in the window with left alignment -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE</title>
|
||||
</head>
|
||||
<body>
|
||||
The table displayed is two rows by three columns with left alignment(default).<br>
|
||||
<table align=left>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_align_left.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
|
||||
<!-- Expected result: A table should be displayed in the window with left alignment -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table displayed is two rows by three columns with left alignment(default).<br>
|
||||
|
||||
<table align=left>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,9 +4,42 @@
|
||||
<!-- test case: tables_align_right.html
|
||||
description: HTML Text Markup Element, TABLE -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
<!-- Expected result: A table should be displayed in the window with right alignment. -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE</title>
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_aqua.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: An aqua table should be displayed -->
|
||||
<title>tables_bgcolor_aqua</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Aqua table with a white body background</p>
|
||||
<table border bgcolor="aqua">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_aqua.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: An aqua table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_aqua</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Aqua table with a white body background</p>
|
||||
|
||||
<table border bgcolor="aqua">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_aqua_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: An aqua table should be displayed -->
|
||||
<title>tables_bgcolor_aqua_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Aqua table with a white body background</p>
|
||||
<table border bgcolor="#00FFFF">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_aqua_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: An aqua table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_aqua_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Aqua table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#00FFFF">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_black.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A black table should be displayed -->
|
||||
<title>tables_bgcolor_black</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Black table with a white body background</p>
|
||||
<table border bgcolor="black">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_black.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A black table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_black</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Black table with a white body background</p>
|
||||
|
||||
<table border bgcolor="black">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_black_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A black table should be displayed -->
|
||||
<title>tables_bgcolor_black_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Black table with a white body background</p>
|
||||
<table border bgcolor="#000000">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_black_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A black table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_black_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Black table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#000000">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_blue.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A blue table should be displayed -->
|
||||
<title>tables_bgcolor_blue</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Blue table with a white body background</p>
|
||||
<table border bgcolor="blue">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_blue.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A blue table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_blue</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Blue table with a white body background</p>
|
||||
|
||||
<table border bgcolor="blue">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_blue_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A blue table should be displayed -->
|
||||
<title>tables_bgcolor_blue_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Blue table with a white body background</p>
|
||||
<table border bgcolor="#0000FF">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_blue_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A blue table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_blue_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Blue table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#0000FF">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_fuchsia.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A fuchsia table should be displayed -->
|
||||
<title>tables_bgcolor_fuchsia</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Fuchsia table with a white body background</p>
|
||||
<table border bgcolor="fuchsia">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_fuchsia.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A fuchsia table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_fuchsia</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Fuchsia table with a white body background</p>
|
||||
|
||||
<table border bgcolor="fuchsia">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_fuchsia_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A fuchsia table should be displayed -->
|
||||
<title>tables_bgcolor_fuchsia_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Fuchsia table with a white body background</p>
|
||||
<table border bgcolor="#FF00FF">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_fuchsia_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A fuchsia table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_fuchsia_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Fuchsia table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#FF00FF">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_gray.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A gray table should be displayed -->
|
||||
<title>tables_bgcolor_gray</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Gray table with a white body background</p>
|
||||
<table border bgcolor="gray">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_gray.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A gray table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_gray</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Gray table with a white body background</p>
|
||||
|
||||
<table border bgcolor="gray">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_gray_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A gray table should be displayed -->
|
||||
<title>tables_bgcolor_gray_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Gray table with a white body background</p>
|
||||
<table border bgcolor="#808080">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_gray_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A gray table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_gray_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Gray table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#808080">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_green.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A green table should be displayed -->
|
||||
<title>tables_bgcolor_green</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Green table with a white body background</p>
|
||||
<table border bgcolor="green">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_green.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A green table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_green</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Green table with a white body background</p>
|
||||
|
||||
<table border bgcolor="green">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_green_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A green table should be displayed -->
|
||||
<title>tables_bgcolor_green_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Green table with a white body background</p>
|
||||
<table border bgcolor="#008000">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_green_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A green table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_green_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Green table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#008000">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_lime.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A lime table should be displayed -->
|
||||
<title>tables_bgcolor_lime</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Lime table with a white body background</p>
|
||||
<table border bgcolor="lime">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_lime.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A lime table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_lime</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Lime table with a white body background</p>
|
||||
|
||||
<table border bgcolor="lime">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_lime_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A lime table should be displayed -->
|
||||
<title>tables_bgcolor_lime_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Lime table with a white body background</p>
|
||||
<table border bgcolor="#00FF00">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_lime_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A lime table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_lime_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Lime table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#00FF00">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_maroon.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A maroon table should be displayed -->
|
||||
<title>tables_bgcolor_maroon</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Maroon table with a white body background</p>
|
||||
<table border bgcolor="maroon">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_maroon.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A maroon table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_maroon</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Maroon table with a white body background</p>
|
||||
|
||||
<table border bgcolor="maroon">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_maroon_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A maroon table should be displayed -->
|
||||
<title>tables_bgcolor_maroon_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Maroon table with a white body background</p>
|
||||
<table border bgcolor="#8000000">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_maroon_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A maroon table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_maroon_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Maroon table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#8000000">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_navy.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A navy table should be displayed -->
|
||||
<title>tables_bgcolor_navy</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Navy table with a white body background</p>
|
||||
<table border bgcolor="navy">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_navy.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A navy table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_navy</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Navy table with a white body background</p>
|
||||
|
||||
<table border bgcolor="navy">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_navy_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A navy table should be displayed -->
|
||||
<title>tables_bgcolor_navy_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Navy table with a white body background</p>
|
||||
<table border bgcolor="#000080">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_navy_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A navy table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_navy_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Navy table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#000080">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_olive.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: An olive table should be displayed -->
|
||||
<title>tables_bgcolor_olive</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Olive table with a white body background</p>
|
||||
<table border bgcolor="olive">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_olive.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: An olive table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_olive</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Olive table with a white body background</p>
|
||||
|
||||
<table border bgcolor="olive">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_olive_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: An olive table should be displayed -->
|
||||
<title>tables_bgcolor_olive_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Olive table with a white body background</p>
|
||||
<table border bgcolor="#808000">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_olive_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: An olive table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_olive_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Olive table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#808000">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_purple.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A purple table should be displayed -->
|
||||
<title>tables_bgcolor_purple</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Purple table with a white body background</p>
|
||||
<table border bgcolor="purple">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_purple.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A purple table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_purple</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Purple table with a white body background</p>
|
||||
|
||||
<table border bgcolor="purple">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_purple_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A purple table should be displayed -->
|
||||
<title>tables_bgcolor_purple_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Purple table with a white body background</p>
|
||||
<table border bgcolor="#800080">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_purple_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A purple table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_purple_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Purple table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#800080">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_red.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A red table should be displayed -->
|
||||
<title>tables_bgcolor_red</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Red table with a white body background</p>
|
||||
<table border bgcolor="red">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_red.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A red table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_red</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Red table with a white body background</p>
|
||||
|
||||
<table border bgcolor="red">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_red_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A red table should be displayed -->
|
||||
<title>tables_bgcolor_red_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Red table with a white body background</p>
|
||||
<table border bgcolor="#FF0000">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_red_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A red table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_red_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Red table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#FF0000">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_silver.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A silver table should be displayed -->
|
||||
<title>tables_bgcolor_silver</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Silver table with a white body background</p>
|
||||
<table border bgcolor="silver">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_silver.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A silver table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_silver</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Silver table with a white body background</p>
|
||||
|
||||
<table border bgcolor="silver">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_silver_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A silver table should be displayed -->
|
||||
<title>tables_bgcolor_silver_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Silver table with a white body background</p>
|
||||
<table border bgcolor="#C0C0C0">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_silver_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A silver table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_silver_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Silver table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#C0C0C0">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_teal.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A teal table should be displayed -->
|
||||
<title>tables_bgcolor_teal</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Teal table with a white body background</p>
|
||||
<table border bgcolor="teal">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_teal.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A teal table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_teal</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Teal table with a white body background</p>
|
||||
|
||||
<table border bgcolor="teal">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_teal_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A teal table should be displayed -->
|
||||
<title>tables_bgcolor_teal_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Teal table with a white body background</p>
|
||||
<table border bgcolor="#008080">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_teal_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A teal table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_teal_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Teal table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#008080">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_white.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A white table should be displayed -->
|
||||
<title>tables_bgcolor_white</title>
|
||||
</head>
|
||||
<body bgcolor="#FF0000">
|
||||
<p>White table with a red body background</p>
|
||||
<table border bgcolor="white">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_white.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A white table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_white</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FF0000">
|
||||
|
||||
<p>White table with a red body background</p>
|
||||
|
||||
<table border bgcolor="white">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_white_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A white table should be displayed -->
|
||||
<title>tables_bgcolor_white_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FF0000">
|
||||
<p>White table with a red body background</p>
|
||||
<table border bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_white_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A white table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_white_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FF0000">
|
||||
|
||||
<p>White table with a red body background</p>
|
||||
|
||||
<table border bgcolor="#FFFFFF">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_yellow.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A yellow table should be displayed -->
|
||||
<title>tables_bgcolor_yellow</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Yellow table with a white body background</p>
|
||||
<table border bgcolor="yellow">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_yellow.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A yellow table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_yellow</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Yellow table with a white body background</p>
|
||||
|
||||
<table border bgcolor="yellow">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,40 +1,111 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_bgcolor_yellow_rgb.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A yellow table should be displayed -->
|
||||
<title>tables_bgcolor_yellow_rgb</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Yellow table with a white body background</p>
|
||||
<table border bgcolor="#FFFF00">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_bgcolor_yellow_rgb.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/BGCOLOR attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the BGCOLOR attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A yellow table should be displayed -->
|
||||
|
||||
<title>tables_bgcolor_yellow_rgb</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<p>Yellow table with a white body background</p>
|
||||
|
||||
<table border bgcolor="#FFFF00">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,34 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- testcase: tables_border_0.html
|
||||
description: HTML Text Markup Element, TABLE BORDER -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE/BORDER tag.-->
|
||||
<!-- Expected result: A table with no border should be displayed in the window -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE BORDER</title>
|
||||
</head>
|
||||
<body>
|
||||
The table displayed is two rows by three columns with a border of 0.<br>
|
||||
<table border=0>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- testcase: tables_border_0.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE BORDER -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE/BORDER tag.-->
|
||||
|
||||
<!-- Expected result: A table with no border should be displayed in the window -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE BORDER</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table displayed is two rows by three columns with a border of 0.<br>
|
||||
|
||||
<table border=0>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,34 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- testcase: tables_border_1.html
|
||||
description: HTML Text Markup Element, TABLE BORDER -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE/BORDER tag.-->
|
||||
<!-- Expected result: A table with a 1 pixel border should be displayed in the window -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE BORDER</title>
|
||||
</head>
|
||||
<body>
|
||||
The table displayed is two rows by three columns with a 1 pixel border.<br>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- testcase: tables_border_1.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE BORDER -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE/BORDER tag.-->
|
||||
|
||||
<!-- Expected result: A table with a 1 pixel border should be displayed in the window -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE BORDER</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table displayed is two rows by three columns with a 1 pixel border.<br>
|
||||
|
||||
<table border=1>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,34 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- testcase: tables_border_2.html
|
||||
description: HTML Text Markup Element, TABLE BORDER -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE/BORDER tag.-->
|
||||
<!-- Expected result: A table with a two pixel border should be displayed in the window -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE BORDER</title>
|
||||
</head>
|
||||
<body>
|
||||
The table displayed is two rows by three columns with a two pixel border.<br>
|
||||
<table border=2>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- testcase: tables_border_2.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE BORDER -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE/BORDER tag.-->
|
||||
|
||||
<!-- Expected result: A table with a two pixel border should be displayed in the window -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE BORDER</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table displayed is two rows by three columns with a two pixel border.<br>
|
||||
|
||||
<table border=2>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,34 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- testcase: tables_border_3.html
|
||||
description: HTML Text Markup Element, TABLE BORDER -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE/BORDER tag.-->
|
||||
<!-- Expected result: A table with a three pixel border should be displayed in the window -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE BORDER</title>
|
||||
</head>
|
||||
<body>
|
||||
The table displayed is two rows by three columns with a 3 pixel border.<br>
|
||||
<table border=3>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- testcase: tables_border_3.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE BORDER -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE/BORDER tag.-->
|
||||
|
||||
<!-- Expected result: A table with a three pixel border should be displayed in the window -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE BORDER</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table displayed is two rows by three columns with a 3 pixel border.<br>
|
||||
|
||||
<table border=3>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,42 +1,115 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_caption_align_bottom.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/CAPTION attribute -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
<!-- Modified: Christine Dreckman Date: 1/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the CAPTION attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A table should be displayed with a bottom aligned caption -->
|
||||
<title>tables_caption_align_bottom</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>The caption should be at the bottom of the table</p>
|
||||
<table border=1>
|
||||
<caption align=bottom>Wild Cats</caption>
|
||||
<tr>
|
||||
<td>Lion</td>
|
||||
<td>Leopard</td>
|
||||
<td>Cheetah</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jaguar</td>
|
||||
<td>Bobcat</td>
|
||||
<td>Ocelot</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_caption_align_bottom.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/CAPTION attribute -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
<!-- Modified: Christine Dreckman Date: 1/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the CAPTION attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A table should be displayed with a bottom aligned caption -->
|
||||
|
||||
<title>tables_caption_align_bottom</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>The caption should be at the bottom of the table</p>
|
||||
|
||||
<table border=1>
|
||||
|
||||
<caption align=bottom>Wild Cats</caption>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Lion</td>
|
||||
|
||||
<td>Leopard</td>
|
||||
|
||||
<td>Cheetah</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Jaguar</td>
|
||||
|
||||
<td>Bobcat</td>
|
||||
|
||||
<td>Ocelot</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,54 +1,139 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_caption_align_left.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/CAPTION attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/99 -->
|
||||
<!-- Modified: Christine Dreckman Date: 2/16/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the CAPTION attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A table should be displayed with a left aligned caption -->
|
||||
<title>tables_caption_align_left</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>The caption should be aligned at the left side of the top of the table.</p>
|
||||
<table border=1>
|
||||
<caption align=left>Wild Cats</caption>
|
||||
<tr>
|
||||
<td>Lion</td>
|
||||
<td>Leopard</td>
|
||||
<td>Cheetah</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jaguar</td>
|
||||
<td>Bobcat</td>
|
||||
<td>Ocelot</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_caption_align_left.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/CAPTION attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/99 -->
|
||||
|
||||
<!-- Modified: Christine Dreckman Date: 2/16/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the CAPTION attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A table should be displayed with a left aligned caption -->
|
||||
|
||||
<title>tables_caption_align_left</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>The caption should be aligned at the left side of the top of the table.</p>
|
||||
|
||||
<table border=1>
|
||||
|
||||
<caption align=left>Wild Cats</caption>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Lion</td>
|
||||
|
||||
<td>Leopard</td>
|
||||
|
||||
<td>Cheetah</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Jaguar</td>
|
||||
|
||||
<td>Bobcat</td>
|
||||
|
||||
<td>Ocelot</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,54 +1,139 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_caption_align_right.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/CAPTION attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/99 -->
|
||||
<!-- Modified: Christine Dreckman Date: 2/16/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the CAPTION attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A table should be displayed with a right aligned caption -->
|
||||
<title>tables_caption_align_right</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>The caption should be aligned at the right side of the top of the table.</p>
|
||||
<table border=1>
|
||||
<caption align=right>Wild Cats</caption>
|
||||
<tr>
|
||||
<td>Lion</td>
|
||||
<td>Leopard</td>
|
||||
<td>Cheetah</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jaguar</td>
|
||||
<td>Bobcat</td>
|
||||
<td>Ocelot</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_caption_align_right.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/CAPTION attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/99 -->
|
||||
|
||||
<!-- Modified: Christine Dreckman Date: 2/16/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the CAPTION attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A table should be displayed with a right aligned caption -->
|
||||
|
||||
<title>tables_caption_align_right</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>The caption should be aligned at the right side of the top of the table.</p>
|
||||
|
||||
<table border=1>
|
||||
|
||||
<caption align=right>Wild Cats</caption>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Lion</td>
|
||||
|
||||
<td>Leopard</td>
|
||||
|
||||
<td>Cheetah</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Jaguar</td>
|
||||
|
||||
<td>Bobcat</td>
|
||||
|
||||
<td>Ocelot</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,44 +1,119 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_caption_align_top.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/CAPTION attribute -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
<!-- Modified: Christine Dreckman Date: 1/19/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the CAPTION attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A table should be displayed with a top aligned caption -->
|
||||
<title>tables_caption_align_top</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>The caption should be at the top of the table</p>
|
||||
<table border=1>
|
||||
<caption align=top>Wild Cats</caption>
|
||||
<tr>
|
||||
<td>Lion</td>
|
||||
<td>Leopard</td>
|
||||
<td>Cheetah</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Jaguar</td>
|
||||
<td>Bobcat</td>
|
||||
<td>Ocelot</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_caption_align_top.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/CAPTION attribute -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
<!-- Modified: Christine Dreckman Date: 1/19/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the CAPTION attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A table should be displayed with a top aligned caption -->
|
||||
|
||||
<title>tables_caption_align_top</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>The caption should be at the top of the table</p>
|
||||
|
||||
<table border=1>
|
||||
|
||||
<caption align=top>Wild Cats</caption>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Lion</td>
|
||||
|
||||
<td>Leopard</td>
|
||||
|
||||
<td>Cheetah</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Jaguar</td>
|
||||
|
||||
<td>Bobcat</td>
|
||||
|
||||
<td>Ocelot</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,54 +1,139 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_cellpadding.html
|
||||
description: HTML Text Markup Element, TABLE CELLPADDING -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
<!-- Expected result: A table should be displayed in the window -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE CELLPADDING</title>
|
||||
</head>
|
||||
<body>
|
||||
CELLPADDING controls the padding in pixels between the border of each cells and the cell's
|
||||
contents.The first table has a cellpadding of 8 pixels. The second table is not using cell
|
||||
padding. Notice the difference. There should be a larger gap between the cell border and it's
|
||||
contents in the first table.
|
||||
<br>
|
||||
<br>
|
||||
<table cellpadding=8 border=2>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
This table contains no cellpadding.
|
||||
<table border=2>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_cellpadding.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE CELLPADDING -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
|
||||
<!-- Expected result: A table should be displayed in the window -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE CELLPADDING</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
CELLPADDING controls the padding in pixels between the border of each cells and the cell's
|
||||
|
||||
contents.The first table has a cellpadding of 8 pixels. The second table is not using cell
|
||||
|
||||
padding. Notice the difference. There should be a larger gap between the cell border and it's
|
||||
|
||||
contents in the first table.
|
||||
|
||||
<br>
|
||||
|
||||
<br>
|
||||
|
||||
<table cellpadding=8 border=2>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<br><br>
|
||||
|
||||
This table contains no cellpadding.
|
||||
|
||||
<table border=2>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,53 +1,137 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_cellpadding_pct.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/CELLPADDING attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the CELLPADDING attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A table with a 20% cellpadding value should be displayed -->
|
||||
<title>tables_cellpadding_pct</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>CELLPADDING specifies the amount of space between the border of the cell and its contents. The first table has a cellpadding value of 20%; the second table does not have cellpadding.</p>
|
||||
<table border=1 cellpadding=20%>
|
||||
<tr>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_cellpadding_pct.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/CELLPADDING attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the CELLPADDING attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A table with a 20% cellpadding value should be displayed -->
|
||||
|
||||
<title>tables_cellpadding_pct</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>CELLPADDING specifies the amount of space between the border of the cell and its contents. The first table has a cellpadding value of 20%; the second table does not have cellpadding.</p>
|
||||
|
||||
<table border=1 cellpadding=20%>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<br><br>
|
||||
|
||||
<table border=1>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,52 +1,135 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_cellspacing.html
|
||||
description: HTML Text Markup Element, TABLE CELLSPACING -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
<!-- Expected result: A table should be displayed in the window -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE CELLSPACING</title>
|
||||
</head>
|
||||
<body>
|
||||
CELLSPACING controls the distance in pixels
|
||||
between each cell in the table. The first table has a cellspacing of 15 pixels; the second table isn't using cellspacing.
|
||||
Notice the difference here. The first table should be rendered with a wider gap between the cells.
|
||||
<br>
|
||||
<table cellspacing=15>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
This table contains no cellspacing.
|
||||
<table>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_cellspacing.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE CELLSPACING -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
|
||||
<!-- Expected result: A table should be displayed in the window -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE CELLSPACING</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
CELLSPACING controls the distance in pixels
|
||||
|
||||
between each cell in the table. The first table has a cellspacing of 15 pixels; the second table isn't using cellspacing.
|
||||
|
||||
Notice the difference here. The first table should be rendered with a wider gap between the cells.
|
||||
|
||||
<br>
|
||||
|
||||
<table cellspacing=15>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<br><br>
|
||||
|
||||
This table contains no cellspacing.
|
||||
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,53 +1,137 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_cellspacing_pct.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/CELLSPACING attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the CELLSPACING attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A table with a 20% cellspacing value should be displayed -->
|
||||
<title>tables_cellpadding_pct</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>CELLSPACING specifies the amount space between cells. The first table has a cellspacing value of 20%; the second table does not have cellspacing.</p>
|
||||
<table border=1 cellspacing=20%>
|
||||
<tr>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
<td>text</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_cellspacing_pct.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/CELLSPACING attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the CELLSPACING attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A table with a 20% cellspacing value should be displayed -->
|
||||
|
||||
<title>tables_cellpadding_pct</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>CELLSPACING specifies the amount space between cells. The first table has a cellspacing value of 20%; the second table does not have cellspacing.</p>
|
||||
|
||||
<table border=1 cellspacing=20%>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<br><br>
|
||||
|
||||
<table border=1>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
<td>text</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_class.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/CLASS attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the CLASS attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A lime table should be displayed above a paragraph with a lime background -->
|
||||
<title>table_class</title>
|
||||
<style type="text/css">
|
||||
.example { background: lime }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table class=example border=1>
|
||||
<tr>
|
||||
<td>Here is a table using the CLASS attribute. The table should have a lime background.
|
||||
</td>
|
||||
<td>Here is a table using the CLASS attribute. The table should have a lime background.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p class=example>This is a paragraph using the CLASS attribute. The paragraph should have a lime background. This paragraph validates that the CLASS attribute works for multiple elements.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_class.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/CLASS attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the CLASS attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A lime table should be displayed above a paragraph with a lime background -->
|
||||
|
||||
<title>table_class</title>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
.example { background: lime }
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table class=example border=1>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Here is a table using the CLASS attribute. The table should have a lime background.
|
||||
|
||||
</td>
|
||||
|
||||
<td>Here is a table using the CLASS attribute. The table should have a lime background.
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<p class=example>This is a paragraph using the CLASS attribute. The paragraph should have a lime background. This paragraph validates that the CLASS attribute works for multiple elements.</p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,34 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- testcase: tables_default.html
|
||||
description: HTML Text Markup Element, TABLE -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
<!-- Expected result: A table should be displayed in the window -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE</title>
|
||||
</head>
|
||||
<body>
|
||||
The table displayed is two rows by three columns with no alignment.<br>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Navigator</td>
|
||||
<td>Messenger</td>
|
||||
<td>Collabra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Composer</td>
|
||||
<td>Calendar</td>
|
||||
<td>Netcaster</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- testcase: tables_default.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
|
||||
<!-- Expected result: A table should be displayed in the window -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table displayed is two rows by three columns with no alignment.<br>
|
||||
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Navigator</td>
|
||||
|
||||
<td>Messenger</td>
|
||||
|
||||
<td>Collabra</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Composer</td>
|
||||
|
||||
<td>Calendar</td>
|
||||
|
||||
<td>Netcaster</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,41 +1,113 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_id.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ID attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ID attribute of the TABLE element tag-->
|
||||
<!-- Expected result: Two tables should be displayed. One table should be lime and the other table should not have a color value -->
|
||||
<title>table_id</title>
|
||||
<style type="text/css">
|
||||
#xyz12 { background: lime }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table id=xyz12 border=1>
|
||||
<tr>
|
||||
<td>Here is a table with a lime background using the ID attribute.
|
||||
</td>
|
||||
<td>Here is a table with a lime background using the ID attribute.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td>Here is a table with no ID attribute value.
|
||||
</td>
|
||||
<td>Here is a table with no ID attribute value.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_id.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ID attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ID attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: Two tables should be displayed. One table should be lime and the other table should not have a color value -->
|
||||
|
||||
<title>table_id</title>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
#xyz12 { background: lime }
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table id=xyz12 border=1>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Here is a table with a lime background using the ID attribute.
|
||||
|
||||
</td>
|
||||
|
||||
<td>Here is a table with a lime background using the ID attribute.
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<br>
|
||||
|
||||
<br>
|
||||
|
||||
<table border=1>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Here is a table with no ID attribute value.
|
||||
|
||||
</td>
|
||||
|
||||
<td>Here is a table with no ID attribute value.
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_onclick.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ONCLICK attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ONCLICK attribute of the TABLE element tag-->
|
||||
<!-- Expected result: Clicking on the table should cause a Javascript alert dialog box to display -->
|
||||
<title>tables_onclick</title>
|
||||
<script language="Javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tests the ONCLICK attribute of the TABLE element tag. Click on the table and a Javascript alert dialog box will display with the following message: 'Clicked!'.</p>
|
||||
<table border onClick="window.alert ('Clicked!')">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_onclick.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ONCLICK attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ONCLICK attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: Clicking on the table should cause a Javascript alert dialog box to display -->
|
||||
|
||||
<title>tables_onclick</title>
|
||||
|
||||
<script language="Javascript">
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This tests the ONCLICK attribute of the TABLE element tag. Click on the table and a Javascript alert dialog box will display with the following message: 'Clicked!'.</p>
|
||||
|
||||
<table border onClick="window.alert ('Clicked!')">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_ondblclick.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ONDBLCLICK attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ONDBLCLICK attribute of the TABLE element tag-->
|
||||
<!-- Expected result: Double-clicking on the table should cause a Javascript alert dialog box to display -->
|
||||
<title>tables_ondblclick</title>
|
||||
<script language="Javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tests the ONDBLCLICK attribute of the TABLE element tag. Double-click on the table and a Javascript alert dialog box will display with the following message: 'Double-clicked!'.</p>
|
||||
<table border ondblClick="window.alert ('Double-clicked!')">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_ondblclick.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ONDBLCLICK attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ONDBLCLICK attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: Double-clicking on the table should cause a Javascript alert dialog box to display -->
|
||||
|
||||
<title>tables_ondblclick</title>
|
||||
|
||||
<script language="Javascript">
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This tests the ONDBLCLICK attribute of the TABLE element tag. Double-click on the table and a Javascript alert dialog box will display with the following message: 'Double-clicked!'.</p>
|
||||
|
||||
<table border ondblClick="window.alert ('Double-clicked!')">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_onkeydown.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ONKEYDOWN attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ONKEYDOWN attribute of the TABLE element tag-->
|
||||
<!-- Expected result: With focus on the table, pressing a key down should cause a Javascript alert dialog box to display -->
|
||||
<title>tables_onkeydown</title>
|
||||
<script language="Javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tests the ONKEYDOWN attribute of the TABLE element tag. With focus on the table, pressing a key down should cause a Javascript alert dialog box to display with the following message: 'Key was pressed down!'.</p>
|
||||
<table border onKeyDown="window.alert ('Key was pressed down!')">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_onkeydown.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ONKEYDOWN attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ONKEYDOWN attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: With focus on the table, pressing a key down should cause a Javascript alert dialog box to display -->
|
||||
|
||||
<title>tables_onkeydown</title>
|
||||
|
||||
<script language="Javascript">
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This tests the ONKEYDOWN attribute of the TABLE element tag. With focus on the table, pressing a key down should cause a Javascript alert dialog box to display with the following message: 'Key was pressed down!'.</p>
|
||||
|
||||
<table border onKeyDown="window.alert ('Key was pressed down!')">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_onkeypress.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ONKEYPRESS attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ONKEYPRESS attribute of the TABLE element tag-->
|
||||
<!-- Expected result: With focus on the table, pressing a key down should cause a Javascript alert dialog box to display -->
|
||||
<title>tables_onkeypress</title>
|
||||
<script language="Javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tests the ONKEYPRESS attribute of the TABLE element tag. Once the table has focus, the user presses a key down and a Javascript alert dialog box will display with the following message: 'Key was pressed!'.</p>
|
||||
<table border onKeyPress="window.alert ('Key was pressed!')">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_onkeypress.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ONKEYPRESS attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ONKEYPRESS attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: With focus on the table, pressing a key down should cause a Javascript alert dialog box to display -->
|
||||
|
||||
<title>tables_onkeypress</title>
|
||||
|
||||
<script language="Javascript">
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This tests the ONKEYPRESS attribute of the TABLE element tag. Once the table has focus, the user presses a key down and a Javascript alert dialog box will display with the following message: 'Key was pressed!'.</p>
|
||||
|
||||
<table border onKeyPress="window.alert ('Key was pressed!')">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_onkeyup.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ONKEYUP attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ONKEYUP attribute of the TABLE element tag-->
|
||||
<!-- Expected result: With focus on the table, pressing a key down and then breaking contact with the key should cause a Javascript alert dialog box to display -->
|
||||
<title>tables_onkeyup</title>
|
||||
<script language="Javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tests the ONKEYUP attribute of the TABLE element tag. Once the table has focus, the user presses a key down. Then the user breaks contact with the key which will cause a Javascript alert dialog box to be displayed with the following message: 'Key was pressed down and then released!'.</p>
|
||||
<table border onKeyUp="window.alert ('Key was pressed down and then released!')">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_onkeyup.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ONKEYUP attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ONKEYUP attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: With focus on the table, pressing a key down and then breaking contact with the key should cause a Javascript alert dialog box to display -->
|
||||
|
||||
<title>tables_onkeyup</title>
|
||||
|
||||
<script language="Javascript">
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This tests the ONKEYUP attribute of the TABLE element tag. Once the table has focus, the user presses a key down. Then the user breaks contact with the key which will cause a Javascript alert dialog box to be displayed with the following message: 'Key was pressed down and then released!'.</p>
|
||||
|
||||
<table border onKeyUp="window.alert ('Key was pressed down and then released!')">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_onmousedown.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ONMOUSEDOWN attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ONMOUSEDOWN attribute of the TABLE element tag-->
|
||||
<!-- Expected result: Mousing down on the table should cause a Javascript alert dialog box to display -->
|
||||
<title>tables_onmousedown</title>
|
||||
<script language="Javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tests the ONMOUSEDOWN attribute of the TABLE element tag. Mouse down on the table and a Javascript alert dialog box will be displayed with the following message: 'Mouse pressed down!'.</p>
|
||||
<table border onMouseDown="window.alert ('Mouse pressed down!')">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_onmousedown.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ONMOUSEDOWN attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ONMOUSEDOWN attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: Mousing down on the table should cause a Javascript alert dialog box to display -->
|
||||
|
||||
<title>tables_onmousedown</title>
|
||||
|
||||
<script language="Javascript">
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This tests the ONMOUSEDOWN attribute of the TABLE element tag. Mouse down on the table and a Javascript alert dialog box will be displayed with the following message: 'Mouse pressed down!'.</p>
|
||||
|
||||
<table border onMouseDown="window.alert ('Mouse pressed down!')">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_onmousemove.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ONMOUSEMOVE attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ONMOUSEMOVE attribute of the TABLE element tag-->
|
||||
<!-- Expected result: Moving the mouse on the table should cause a Javascript alert dialog box to display -->
|
||||
<title>tables_onmousemove</title>
|
||||
<script language="Javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tests the ONMOUSEMOVE attribute of the TABLE element tag. When the mouse is moved on the link, a Javascript alert dialog box will be displayed with the following message: 'Mouse moved!'.</p>
|
||||
<table border onMouseMove="window.alert ('Mouse moved!')">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_onmousemove.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ONMOUSEMOVE attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ONMOUSEMOVE attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: Moving the mouse on the table should cause a Javascript alert dialog box to display -->
|
||||
|
||||
<title>tables_onmousemove</title>
|
||||
|
||||
<script language="Javascript">
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This tests the ONMOUSEMOVE attribute of the TABLE element tag. When the mouse is moved on the link, a Javascript alert dialog box will be displayed with the following message: 'Mouse moved!'.</p>
|
||||
|
||||
<table border onMouseMove="window.alert ('Mouse moved!')">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_onmouseout.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ONMOUSEOUT attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ONMOUSEOUT attribute of the TABLE element tag-->
|
||||
<!-- Expected result: Mousing down on the table should cause a Javascript alert dialog box to display -->
|
||||
<title>tables_onmouseout</title>
|
||||
<script language="Javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tests the ONMOUSEOUT attribute of the TABLE element tag. Mouse over the table and then mouse out of the table. On the mouse out action, a Javascript alert dialog box will be displayed with the following message: 'Mouse over and out of table!'.</p>
|
||||
<table border onMouseOut="window.alert ('Mouse over and out of table!')">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_onmouseout.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ONMOUSEOUT attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ONMOUSEOUT attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: Mousing down on the table should cause a Javascript alert dialog box to display -->
|
||||
|
||||
<title>tables_onmouseout</title>
|
||||
|
||||
<script language="Javascript">
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This tests the ONMOUSEOUT attribute of the TABLE element tag. Mouse over the table and then mouse out of the table. On the mouse out action, a Javascript alert dialog box will be displayed with the following message: 'Mouse over and out of table!'.</p>
|
||||
|
||||
<table border onMouseOut="window.alert ('Mouse over and out of table!')">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_onmouseover.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ONMOUSEOVER attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ONMOUSEOVER attribute of the TABLE element tag-->
|
||||
<!-- Expected result: Mousing over the table should cause a Javascript alert dialog box to display -->
|
||||
<title>tables_onmouseover</title>
|
||||
<script language="Javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tests the ONMOUSEOVER attribute of the TABLE element tag. Mouse over the table and a Javascript alert dialog box will be displayed with the following message: 'Mouse over!'.</p>
|
||||
<table border onMouseOver="window.alert ('Mouse over!')">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_onmouseover.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ONMOUSEOVER attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ONMOUSEOVER attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: Mousing over the table should cause a Javascript alert dialog box to display -->
|
||||
|
||||
<title>tables_onmouseover</title>
|
||||
|
||||
<script language="Javascript">
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This tests the ONMOUSEOVER attribute of the TABLE element tag. Mouse over the table and a Javascript alert dialog box will be displayed with the following message: 'Mouse over!'.</p>
|
||||
|
||||
<table border onMouseOver="window.alert ('Mouse over!')">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_onmouseup.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/ONMOUSEUP attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the ONMOUSEUP attribute of the TABLE element tag-->
|
||||
<!-- Expected result: Mousing down on the link should cause a Javascript alert dialog box to display -->
|
||||
<title>tables_onmouseup</title>
|
||||
<script language="Javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This tests the ONMOUSEUP attribute of the TABLE element tag. Mouse down on the table and then mouse up on the table and a Javascript alert dialog box will be displayed with the following message: 'Mouse down, then up!</p>
|
||||
<table border onMouseUp="window.alert ('Mouse down, then up!')">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_onmouseup.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/ONMOUSEUP attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/13/99 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the ONMOUSEUP attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: Mousing down on the link should cause a Javascript alert dialog box to display -->
|
||||
|
||||
<title>tables_onmouseup</title>
|
||||
|
||||
<script language="Javascript">
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This tests the ONMOUSEUP attribute of the TABLE element tag. Mouse down on the table and then mouse up on the table and a Javascript alert dialog box will be displayed with the following message: 'Mouse down, then up!</p>
|
||||
|
||||
<table border onMouseUp="window.alert ('Mouse down, then up!')">
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,31 +1,93 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_row_th_nowrap.html
|
||||
description: HTML Text Markup Element, TABLE TH NOWRAP -->
|
||||
<!-- Author: Chris Petersen Date: 8/6/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. -->
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
<!-- Expected result: The table heading should not wrap when window is resized. -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE TH NOWRAP</title>
|
||||
</head>
|
||||
<body>
|
||||
The table heading (The EggPlant Exchange) should not wrap when window is resized. However, the cell below the
|
||||
heading will wrap atuomatically.<br>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<TH nowrap>The Eggplant Exchange<TH>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lots of Recipies for Eggplant Lovers</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_row_th_nowrap.html
|
||||
|
||||
description: HTML Text Markup Element, TABLE TH NOWRAP -->
|
||||
|
||||
<!-- Author: Chris Petersen Date: 8/6/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose:To test the TABLE tag.-->
|
||||
|
||||
<!-- Expected result: The table heading should not wrap when window is resized. -->
|
||||
|
||||
<title>Web Browser Web View (HTML): Document TABLE TH NOWRAP</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
The table heading (The EggPlant Exchange) should not wrap when window is resized. However, the cell below the
|
||||
|
||||
heading will wrap atuomatically.<br>
|
||||
|
||||
<table border=1>
|
||||
|
||||
<tr>
|
||||
|
||||
<TH nowrap>The Eggplant Exchange<TH>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>Lots of Recipies for Eggplant Lovers</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,30 +1,91 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- test case: tables_style.html -->
|
||||
<!-- description: HTML 4.0 TABLE element/STYLE attribute -->
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
|
||||
Copyright © 1999 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 -->
|
||||
<!-- Purpose: To test the STYLE attribute of the TABLE element tag-->
|
||||
<!-- Expected result: A table with a dashed red border should be displayed -->
|
||||
<title>table_style</title>
|
||||
<style type="text/css">
|
||||
table { border: dashed red }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table border=2>
|
||||
<tr>
|
||||
<td>This is a table with a red dashed border to test the STYLE attribute of the TABLE element.
|
||||
</td>
|
||||
<td>This is a table with a red dashed border to test the STYLE attribute of the TABLE element.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- test case: tables_style.html -->
|
||||
|
||||
<!-- description: HTML 4.0 TABLE element/STYLE attribute -->
|
||||
|
||||
<!-- Author: Christine Dreckman Date: 1/11/98 -->
|
||||
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1999
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!-- Purpose: To test the STYLE attribute of the TABLE element tag-->
|
||||
|
||||
<!-- Expected result: A table with a dashed red border should be displayed -->
|
||||
|
||||
<title>table_style</title>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
table { border: dashed red }
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table border=2>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>This is a table with a red dashed border to test the STYLE attribute of the TABLE element.
|
||||
|
||||
</td>
|
||||
|
||||
<td>This is a table with a red dashed border to test the STYLE attribute of the TABLE element.
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,9 +4,42 @@
|
||||
<!-- testcase: tables_td_align_center.html
|
||||
description: HTML Text Markup Element, TABLE/TD/ALIGN/CENTER -->
|
||||
<!-- Author: Chris Petersen Date: 8/7/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. -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!-- Purpose:To test center align in a TD tag -->
|
||||
<!-- Expected Result: The contents in the TD tag should be center aligned -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TD/ALIGN/CENTER</title>
|
||||
|
||||
@@ -4,9 +4,42 @@
|
||||
<!-- testcase: tables_td_align_left.html
|
||||
description: HTML Text Markup Element, TABLE/TD/ALIGN/LEFT -->
|
||||
<!-- Author: Chris Petersen Date: 8/7/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. -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!-- Purpose: To test left align in a TD tag -->
|
||||
<!-- Expected Result: The contents in the TD tag should be aligned left -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TD/ALIGN/LEFT</title>
|
||||
|
||||
@@ -4,9 +4,42 @@
|
||||
<!-- testcase: tables_td_align_right.html
|
||||
description: HTML Text Markup Element, TABLE/TD/ALIGN/RIGHT -->
|
||||
<!-- Author: Chris Petersen Date: 8/7/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. -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!-- Purpose: To test right align in a TD tag -->
|
||||
<!-- Expected Result: The contents in the TD tag should be right aligned -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TD/ALIGN/RIGHT</title>
|
||||
|
||||
@@ -4,9 +4,42 @@
|
||||
<!-- testcase: tables_td_colspan.html
|
||||
description: HTML Text Markup Element, TABLE/TD/COLSPAN -->
|
||||
<!-- Author: Chris Petersen Date: 8/7/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. -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!-- Purpose:To test the TABLE/TD/COLSPAN tag.-->
|
||||
<!-- Expected result: The TD tag(Netscape Communicator)will span across 6 columns -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TD/COLSPAN</title>
|
||||
|
||||
@@ -4,9 +4,42 @@
|
||||
<!-- testcase: tables_td_height.html
|
||||
description: HTML Text Markup Element, TABLE/TD/WIDTH -->
|
||||
<!-- Author: Chris Petersen Date: 8/7/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. -->
|
||||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is table layout tests.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 1998
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!-- Purpose:To test height attribute in a TD tag -->
|
||||
<!-- Expected Result: The TD height is set to 80 pixels -->
|
||||
<title>Web Browser Web View (HTML): Document TABLE/TD/WIDTH</title>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user