Changeset 13120

Show
Ignore:
Timestamp:
03/17/08 06:27:53 (8 months ago)
Author:
alex
Message:

Fixes #6091. This bug had NOTHING to do with dojo.attr() and instead was caused by a change to test formatting (and a very brittle test setup...sigh). Furthermore, r12899 was not the cause. It's unclear why the initial filer didn't investigate the listed error messages further before marking this a blocker.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/form/Form.html

    r13004 r13120  
    302302                                        <td> 
    303303                                                <textarea id="t1" name="t1"  
    304                                                         dojoType="dijit.form.Textarea">line 1 
    305                                                 line 2</textarea> 
     304        dojoType="dijit.form.Textarea">line 1 
     305line 2</textarea> 
    306306                                        </td> 
    307307                                </tr> 
     
    312312                                        <td> 
    313313                                                <textarea id="st1" name="st1" dojoType="dijit.form.SimpleTextarea" rows=5 cols=50> 
    314                                                         simple line 1 
    315                                                         simple line 2 
    316                                                 </textarea> 
     314simple line 1 
     315simple line 2</textarea> 
    317316                                        </td> 
    318317                                </tr>