[Webkit-unassigned] [Bug 133803] REGRESSION(169799): [GTK] several layout tests on editing/ fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 13 01:30:23 PDT 2014


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





--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-06-13 01:30:47 PST ---
I'm not sure this is a regression, are you sure our own expectation files are correct? The actual result I see for editing/deleting/delete-by-word-001 looks the same than cross-platform expected results. Note that the test does:

    if (navigator.userAgent.search(/\bMac OS X\b/) != -1)
        deleteWordModifiers = ["altKey"];
    else
        deleteWordModifiers = ["ctrlKey"];

So, before r169799 we were using the alt key instead of the control key, which I think was wrong.

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