[Webkit-unassigned] [Bug 26336] Some test cases in LayoutTests/editing/execCommand ought to use dumpAsText tests instead

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 15:45:11 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26336





------- Comment #32 from rniwa at google.com  2009-06-17 15:45 PDT -------
(In reply to comment #31)
> Why?
>   <div id="div" contenteditable="true"><ol><li></li><li>There should be a empty
> paragraph above this one.</li></ol></div>
>  8 <div id="div" contenteditable="true"><ol><li></li><li>There should be a
> single BR above this line and no OL or LI.</li></ol></div>
> 

Because if we simply deleted LI tags, then there will be no content above the
sentence; i.e. if acts as if we set display:none; for the first LI.  But since
we're just untoggling ordered list, there should still be a space allocated for
it.  As a place holder, we insert a BR.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list