Changeset 87611 in webkit


Ignore:
Timestamp:
May 28, 2011 5:15:26 AM (13 years ago)
Author:
robert@webkit.org
Message:

2011-05-28 Robert Hogan <robert@webkit.org>

Reviewed by Antonio Gomes.

[Qt] fast/events/backspace-nagivates-back fails on Qt bots (Mac and Linux)
https://bugs.webkit.org/show_bug.cgi?id=60311

If there is no editable text Qt interprets backspace as a navigation
command, regardless of platform.

  • platform/qt/fast/events/backspace-navigates-back-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r87608 r87611  
     12011-05-28  Robert Hogan  <robert@webkit.org>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [Qt] fast/events/backspace-nagivates-back fails on Qt bots (Mac and Linux)
     6        https://bugs.webkit.org/show_bug.cgi?id=60311
     7
     8        If there is no editable text Qt interprets backspace as a navigation
     9        command, regardless of platform.
     10
     11        * platform/qt/fast/events/backspace-navigates-back-expected.txt: Added.
     12
    1132011-05-28  Mikhail Naganov  <mnaganov@chromium.org>
    214
Note: See TracChangeset for help on using the changeset viewer.