Changeset 4723
- Timestamp:
- 12/16/09 12:08:41 (3 years ago)
- File:
-
- 1 edited
-
CKEditor/tests/tt/4246/1.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tests/tt/4246/1.html
r4545 r4723 79 79 test_alter_image_style2 : function() 80 80 { 81 // Browsers' style text resolution variants. 81 82 var editor = ts.editor, 82 83 input = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" height="300" width="200" border="1" align="right" vspace="10" hspace="5"/></p>', 83 outputGecko = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border :2px solid;float:right;height:86px;margin:10px 5px;width:414px;"></p>',84 outputGecko = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-style:solid;border-width:2px;float:right;height:86px;margin:10px 5px;width:414px;"></p>', 84 85 outputIE = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-bottom:2px solid;border-left:2px solid;border-right:2px solid;border-top:2px solid;float:right;height:86px;margin:10px 5px;width:414px;"></p>', 85 outputWebkit = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-bottom-style:solid;border-bottom-width:2px;border- color:initial;border-left-style:solid;border-left-width:2px;border-right-style:solid;border-right-width:2px;border-top-style:solid;border-top-width:2px;float:right;height:86px;margin-bottom:10px;margin-left:5px;margin-right:5px;margin-top:10px;width:414px;"></p>',86 outputOpera = '<p> </p><p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-bottom-color:currentcolor;border-bottom-style:solid;border-bottom-width:2px;border-left-color:currentcolor;border-left-style:solid;border-left-width:2px;border-right-color:currentcolor;border-right-style:solid;border-right-width:2px;border-top-color:currentcolor;border-top-style:solid;border-top-width:2px;float:right;height:86px;margin-bottom:10px;margin-left:5px;margin-right:5px;margin-top:10px;width:414px;"></p>';86 outputWebkit = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-bottom-style:solid;border-bottom-width:2px;border-left-style:solid;border-left-width:2px;border-right-style:solid;border-right-width:2px;border-top-style:solid;border-top-width:2px;float:right;height:86px;margin-bottom:10px;margin-left:5px;margin-right:5px;margin-top:10px;width:414px;"></p>', 87 outputOpera = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" style="border-bottom-style:solid;border-bottom-width:2px;border-left-style:solid;border-left-width:2px;border-right-style:solid;border-right-width:2px;border-top-style:solid;border-top-width:2px;float:right;height:86px;margin-bottom:10px;margin-left:5px;margin-right:5px;margin-top:10px;width:414px;"></p>'; 87 88 88 89 // Force result data un-formatted. … … 134 135 var editor = ts.editor, 135 136 input = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif" height="300" width="200" border="1" align="right" vspace="10" hspace="5"/></p>', 136 outputGecko = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif"></p>', 137 outputIE = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif"></p>', 138 outputWebkit = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif"></p>', 139 outputOpera = '<p> </p><p><img src="http://dev.fckeditor.net/chrome/site/logos.gif"></p>'; 137 output = '<p><img src="http://dev.fckeditor.net/chrome/site/logos.gif"></p>', 138 outputGecko = output, 139 outputIE = output, 140 outputWebkit = output, 141 outputOpera = output; 140 142 141 143 // Force result data un-formatted.
Note: See TracChangeset
for help on using the changeset viewer.
