[Webkit-unassigned] [Bug 40351] [chromium] Can't handle deletion of characters beyond U+10000.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 5 18:49:58 PDT 2011


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





--- Comment #6 from Kent Tamura <tkent at chromium.org>  2011-09-05 18:49:57 PST ---
(From update of attachment 106334)
View in context: https://bugs.webkit.org/attachment.cgi?id=106334&action=review

> LayoutTests/editing/deleting/delete-surrogatepair.html:34
> +    if (!window.layoutTestController)
> +        continue;

This check should be at the outside of the 'for' loop.
We had better show a message like "This test requires layoutTestController" or a manual test instruction if there is no layoutTestController.

> LayoutTests/editing/deleting/delete-surrogatepair.html:40
> +        layoutTestController.execCommand("MoveForward");
> +
> +    layoutTestController.execCommand("DeleteBackward");

Do you need layoutTestController.execCommand()? Doesn't document.execCommand() work?

-- 
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