Show
Ignore:
Timestamp:
2008-02-18 07:29:52 (8 months ago)
Author:
martinkou
Message:

Added further test cases for #1355.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKtest/fckeditor/ts/visual/1355/1355.html

    r1452 r1542  
    227227                                        <td></td> 
    228228                                </tr> 
     229                                <!-- Test 11: Spaces at the beginning of each line. --> 
     230                                <tr> 
     231                                        <td>fckLoadContents</td> 
     232                                        <td>${CURRENTPATH}/1355/test_format_input11.html</td> 
     233                                        <td></td> 
     234                                </tr> 
     235                                <tr> 
     236                                        <td>waitForCondition</td> 
     237                                        <td> 
     238                                                win = selenium.browserbot.getCurrentWindow() ; 
     239                                                win.FCKStyles.GetStyle( '_FCK_p' ).ApplyToSelection( win.FCK.EditorWindow ); 
     240                                                true ; 
     241                                        </td> 
     242                                        <td>500</td> 
     243                                </tr> 
     244                                <tr> 
     245                                        <td>fckCheckSimilarTo</td> 
     246                                        <td>${CURRENTPATH}/1355/test_format_input11_results.html</td> 
     247                                        <td></td> 
     248                                </tr> 
     249                                <!-- Test 12: Spaces at the end of each line. --> 
     250                                <tr> 
     251                                        <td>fckLoadContents</td> 
     252                                        <td>${CURRENTPATH}/1355/test_format_input12.html</td> 
     253                                        <td></td> 
     254                                </tr> 
     255                                <tr> 
     256                                        <td>waitForCondition</td> 
     257                                        <td> 
     258                                                win = selenium.browserbot.getCurrentWindow() ; 
     259                                                win.FCKStyles.GetStyle( '_FCK_p' ).ApplyToSelection( win.FCK.EditorWindow ); 
     260                                                true ; 
     261                                        </td> 
     262                                        <td>500</td> 
     263                                </tr> 
     264                                <tr> 
     265                                        <td>fckCheckSimilarTo</td> 
     266                                        <td>${CURRENTPATH}/1355/test_format_input12_results.html</td> 
     267                                        <td></td> 
     268                                </tr> 
    229269                        </tbody> 
    230270                </table>