Closed Bug 284283 Opened 20 years ago Closed 20 years ago

table row not displayed in top row when <COLGROUP vAlign=top> specified

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 915

People

(Reporter: vincent_dhaene, Assigned: bugzilla)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050228 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050228 Firefox/1.0+

in enclosed sample code, "Option 1" text should be displayed in the top row, and
not centered vertically

Reproducible: Always

Steps to Reproduce:
1.view above code in browser
2.
3.

Actual Results:  
"Option 1" text centered vertically

Expected Results:  
"Option 1" should be displayed in top row of the table (i would be expected
through the 'COLGROUP vAlign=top'

<HTML>
  <HEAD>
    <META http-equiv="Content-Language" content="en-us">
    <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <TITLE>Test</TITLE>
  </HEAD>

  <BODY>
    <P><FONT face="Arial, Helvetica">
    <BR><UL>
      Option 1 should be displayed in the top row of the table but isn't...<BR><BR>
      <TABLE border=1><COLGROUP vAlign=top width=120><COLGROUP vAlign=top width=120>
        <TR><TD>Option 1 <TD>Multiline Text<BR>
                             Multiline Text<BR>
                             Multiline Text<BR>
                             Multiline Text
      </TABLE>
    </UL><BR>
  </BODY>
</HTML>

*** This bug has been marked as a duplicate of 915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.