RESOLVED FIXED 26357
/LayoutTests/editing/deleting/5032066.html doesn't test what it claims to test
https://bugs.webkit.org/show_bug.cgi?id=26357
Summary /LayoutTests/editing/deleting/5032066.html doesn't test what it claims to test
Ryosuke Niwa
Reported 2009-06-12 14:55:59 PDT
The expected result of the test case /LayoutTests/editing/deleting/5032066.html should not contain SPAN (RenderInline {SPAN} at (0,0) size 168x18) dumpAsText revealed that it has two CSS properties as well. <table border="1"><tbody><tr><td>All the content in this editable region&nbsp;<span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; ">should be in one table cell.</span></td></tr></tbody></table> Since the test only deletes, it shouldn't be introducing a new span tag at all.
Attachments
Ryosuke Niwa
Comment 1 2012-05-25 17:08:20 PDT
This test has since been converted to a dump-as-markup test and does what it expects to do.
Note You need to log in before you can comment on or make changes to this bug.