Index: trunk/extensions/Cite/citeParserTests.txt |
— | — | @@ -111,9 +111,14 @@ |
112 | 112 | !! result |
113 | 113 | <p><sup id="_ref-0" class="reference"><a href="#_note-0" title="">[1]</a></sup> |
114 | 114 | </p> |
115 | | -<table class="gallery" cellspacing="0" cellpadding="0"><tr><td><div class="gallerybox"><div class="thumb" style="padding: 66px 0;"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" title="Image:Foobar.jpg"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" alt="" /></a></div><div class="gallerytext"> |
116 | | -</div></div></td> |
117 | | -</tr> |
| 115 | +<table class="gallery" cellspacing="0" cellpadding="0"> |
| 116 | + <tr> |
| 117 | + <td><div class="gallerybox" style="width: 150px;"> |
| 118 | + <div class="thumb" style="padding: 66px 0; width: 150;"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" title="Image:Foobar.jpg"><img src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" alt="" /></a></div> |
| 119 | + <div class="gallerytext"> |
| 120 | + </div> |
| 121 | + </div></td> |
| 122 | + </tr> |
118 | 123 | </table> |
119 | 124 | <ol class="references"><li id="_note-0"><a href="#_ref-0" title="">↑</a> one</li></ol> |
120 | 125 | |