Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3866
Parsertest_bug_9996.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 9:40 PM
2014-11-21 21:40:02 (UTC+0)
Size
514 B
Referenced Files
None
Subscribers
None
Parsertest_bug_9996.patch
View Options
Index: parserTests.txt
===================================================================
--- parserTests.txt (revision 21866)
+++ parserTests.txt (working copy)
@@ -3650,7 +3650,22 @@
</p>
!! end
+!! test
+<div> into a list (bug 9996)
+!! input
+*Some enumeration<div style="clear: both; color: red">
+This text should be red
+</div>
+!! result
+<ul><li>Some enumeration
+</li></ul>
+<div style="clear: both; color: red">
+<p>This text should be red
+</p>
+</div>
+!! end
+
###
### Media links
###
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3433
Default Alt Text
Parsertest_bug_9996.patch (514 B)
Attached To
Mode
T11996: Multiline HTML elements in lists parsed to broken HTML
Referenced
Detach File
Event Timeline
Log In to Comment