mediawiki-extensions-Visual.../demos/ve/pages/isolation.html
Ed Sanders c05b5d13cd Create tests for ve.FormatAction.convert
These 3 tests convert different selections of list items to headings.

Bug: 45216
Change-Id: I6cf042d9d5aa4afb68c0992f444b600ed69f0c04
2013-02-22 11:52:12 -08:00

1 line
323 B
HTML

<ul><li>Item 1</li><li>Item 2</li><li>Item 3</li></ul>Paragraph<ul><li>Item 4</li><li>Item 5</li><li>Item 6</li></ul><table><tbody><tr><td>Cell 1</td><td>Cell 2</td><td>Cell 3</td></tr><tr><td>Cell 4</td></tr></tbody></table>Not allowed by dm:<ul><li><h1>Title in list</h1></li><li><pre>Preformatted in list</pre></li></ul>