[Webkit-unassigned] [Bug 17926] Unformat deletes images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 14:25:55 PDT 2010


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #71792|review?                     |review+
               Flag|                            |




--- Comment #5 from Ojan Vafai <ojan at chromium.org>  2010-10-25 14:25:55 PST ---
(From update of attachment 71792)
View in context: https://bugs.webkit.org/attachment.cgi?id=71792&action=review

> LayoutTests/editing/execCommand/remove-format-image.html:2
> +<html>

Don't need this tag. It just adds clutter. The doctype is useful because it forces standards mode though.

> LayoutTests/editing/execCommand/remove-format-image.html:3
> +<body onload="runTests();">

Do you need to run this onload? Can't you just run the script inline? If you do that, you won't need the body tag in the test.

> LayoutTests/editing/execCommand/remove-format-image.html:5
> +<div id="test1" contenteditable><storng>hello</strong> <img src="../resources/abe.png"> world</div>

typo:storng

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



More information about the webkit-unassigned mailing list