Changeset 1542
- Timestamp:
- 2008-02-18 07:29:52 (8 months ago)
- Location:
- FCKtest/fckeditor/ts/visual/1355
- Files:
-
- 4 added
- 5 modified
-
1355.html (modified) (1 diff)
-
1355/test_format_input10_results.html (modified) (1 diff)
-
1355/test_format_input11.html (added)
-
1355/test_format_input11_results.html (added)
-
1355/test_format_input12.html (added)
-
1355/test_format_input12_results.html (added)
-
1355/test_format_input7_results.html (modified) (1 diff)
-
1355/test_format_input8_results.html (modified) (1 diff)
-
1355/test_format_input9_results.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKtest/fckeditor/ts/visual/1355/1355.html
r1452 r1542 227 227 <td></td> 228 228 </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> 229 269 </tbody> 230 270 </table> -
FCKtest/fckeditor/ts/visual/1355/1355/test_format_input10_results.html
r1520 r1542 1 1 <p> 2 Some<br />2 Some<br /> 3 3 <br /> 4 4 <br /> 5 <b attr=" >123< >>456<< <<789>> '' " attr2=' ><"<<<a<b>>c> """" '> sample</b>5 <b attr=" >123< >>456<< <<789>> '' " attr2=' ><"<<<a<b>>c> """" '> sample</b> 6 6 </p> -
FCKtest/fckeditor/ts/visual/1355/1355/test_format_input7_results.html
r1520 r1542 1 <p> Line 1<br />2 Line 2<br />3 Line 3</p>1 <p> Line 1<br /> 2 Line 2<br /> 3 Line 3</p> -
FCKtest/fckeditor/ts/visual/1355/1355/test_format_input8_results.html
r1520 r1542 1 <p> Line 1<br />2 Line 2<br />3 Line 3 </p>1 <p> Line 1<br /> 2 Line 2<br /> 3 Line 3 </p> -
FCKtest/fckeditor/ts/visual/1355/1355/test_format_input9_results.html
r1520 r1542 1 <p> Line 1<br />2 Line 2<br />3 Line 3 <br />1 <p> Line 1<br /> 2 Line 2<br /> 3 Line 3 <br /> 4 4 </p>