Bug 26357
Summary: | /LayoutTests/editing/deleting/5032066.html doesn't test what it claims to test | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | jparent, justin.garcia |
Priority: | P4 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Ryosuke Niwa
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 <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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
This test has since been converted to a dump-as-markup test and does what it expects to do.