Assertion:
Opera 4: If you use the HEIGHT and WIDTH attributes, the ROWS and COLS attributes are ignored.

Textarea with no rows/cols and no height/width:
filler text filler text
Textarea with rows/cols set (rows=4 cols=60) and no height/width:
filler text filler text
Textarea with no rows/cols set and height/width set (height=30 width=200):
filler text filler text
Textarea with rows/cols set (rows=15 cols=10) and height/width set (height=50 width=300):
filler text filler text