Changeset 70558 in webkit


Ignore:
Timestamp:
Oct 26, 2010 12:49:01 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-26 Yi Shen <yi.4.shen@nokia.com>

Reviewed by Andreas Kling.

[Qt] Skipping popup focus test for symbian
https://bugs.webkit.org/show_bug.cgi?id=48324

  • tests/qwebframe/tst_qwebframe.cpp:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r70556 r70558  
     12010-10-26  Yi Shen  <yi.4.shen@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] Skipping popup focus test for symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=48324
     7
     8        * tests/qwebframe/tst_qwebframe.cpp:
     9
    1102010-10-26  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
    211
  • trunk/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp

    r68517 r70558  
    603603    void ipv6HostEncoding();
    604604    void metaData();
    605 #if !defined(Q_WS_MAEMO_5)
    606     // as maemo 5 does not use QComboBoxes to implement the popups
     605#if !defined(Q_WS_MAEMO_5) && !defined(Q_OS_SYMBIAN)
     606    // as maemo 5 && symbian do not use QComboBoxes to implement the popups
    607607    // this test does not make sense for it.
    608608    void popupFocus();
     
    25862586}
    25872587
    2588 #if !defined(Q_WS_MAEMO_5)
     2588#if !defined(Q_WS_MAEMO_5) && !defined(Q_OS_SYMBIAN)
    25892589void tst_QWebFrame::popupFocus()
    25902590{
Note: See TracChangeset for help on using the changeset viewer.