Changeset 58198 in webkit


Ignore:
Timestamp:
Apr 23, 2010 4:50:28 PM (14 years ago)
Author:
xji@chromium.org
Message:

2010-04-23 Xiaomei Ji <xji@chromium.org>

Reviewed by Eric Seidel

QT does not support textInputController.firstRectForCharacterRange(),
so, skip editing/inserting/caret-position.html for QT.
https://bugs.webkit.org/show_bug.cgi?id=25319

  • platform/qt/Skipped:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r58195 r58198  
     12010-04-23  Xiaomei Ji  <xji@chromium.org>
     2
     3        Reviewed by Eric Seidel
     4
     5        QT does not support textInputController.firstRectForCharacterRange(),
     6        so, skip editing/inserting/caret-position.html for QT.
     7        https://bugs.webkit.org/show_bug.cgi?id=25319
     8
     9        * platform/qt/Skipped:
     10
    1112010-04-23  MORITA Hajime  <morrita@google.com>
    212
  • trunk/LayoutTests/platform/qt/Skipped

    r58111 r58198  
    279279fast/text/international/thai-cursor-position.html
    280280fast/events/ime-composition-events-001.html
     281
     282# Missing textInputController.firstRectForCharacterRange()
     283editing/inserting/caret-position.html
    281284
    282285# Missing layoutTestController.overridePreference()
Note: See TracChangeset for help on using the changeset viewer.