[webkit-reviews] review denied: [Bug 114960] Wrong text position when you click backspace on the line below the image : [Attachment 201183] Layout test testing the issue.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 16 08:51:20 PDT 2013


Ryosuke Niwa <rniwa at webkit.org> has denied Lukasz Gajowy
<l.gajowy at samsung.com>'s request for review:
Bug 114960: Wrong text position when you click backspace on the line below the
image
https://bugs.webkit.org/show_bug.cgi?id=114960

Attachment 201183: Layout test testing the issue.
https://bugs.webkit.org/attachment.cgi?id=201183&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=201183&action=review


We don't add a test by itself. This patch needs to be merged with the actual
fix.

> LayoutTests/editing/deleting/merge-image-and-text.html:13
> +Markup.description('Testcase for bug https://webkit.org/b/114960: Wrong text
position when you click backspace on the line below the image.\n'+
> +'The test passes if "text1" appears on the right side of the image.');

Since everyone can look at trac or svn blame to figure out for which bug this
test was added, it's not that interesting to repeat the bug URL and title.
Instead you should describe what this test is doing; the specific condition
under which deletion occurs.

> LayoutTests/editing/deleting/merge-image-and-text.html:16
> +var testedHTML = document.getElementById('editableContent');

We should name this variable like container or editableContent to be more
descriptive.


More information about the webkit-reviews mailing list