Changeset 140647 in webkit


Ignore:
Timestamp:
Jan 23, 2013 9:30:31 PM (11 years ago)
Author:
yosin@chromium.org
Message:

Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
https://bugs.webkit.org/show_bug.cgi?id=107729

Reviewed by Hajime Morita.

This patch changes panScroll-panIcon.html test to HTML ref test rather than
pixel ref test to avoid rebaseline among Windows versions, and enables
panScroll-panIcon.html.

  • platform/chromium-win/fast/events/panScroll-panIcon.html: Changed not to move mouse pointer to avoid motion of scroll thumb.
  • platform/chromium-win/fast/events/panScroll-panIcon-expected.html: Added.
  • platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Removed.
  • platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Removed.
  • platform/chromium-win/TestExpectations: Changed to enable panScroll-panIcon.html
Location:
trunk/LayoutTests
Files:
1 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r140645 r140647  
     12013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
     2
     3        Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=107729
     5
     6        Reviewed by Hajime Morita.
     7
     8        This patch changes panScroll-panIcon.html test to HTML ref test rather than
     9        pixel ref test to avoid rebaseline among Windows versions, and enables
     10        panScroll-panIcon.html.
     11
     12        * platform/chromium-win/fast/events/panScroll-panIcon.html: Changed not to move mouse pointer to avoid motion of scroll thumb.
     13        * platform/chromium-win/fast/events/panScroll-panIcon-expected.html: Added.
     14        * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Removed.
     15        * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Removed.
     16        * platform/chromium-win/TestExpectations: Changed to enable panScroll-panIcon.html
     17
    1182013-01-23  Wei Jia  <wjia@chromium.org>
    219
  • trunk/LayoutTests/platform/chromium-win/fast/events/panScroll-panIcon.html

    r140525 r140647  
    3131    }
    3232
    33     var scrollable = $('scrollable');
    34 
    35    if (window.testRunner)
    36         testRunner.dumpAsText(true);
    37 
    3833    if (!window.eventSender)
    3934        return;
     
    4338    eventSender.mouseDown(MIDDLE_BUTTON);
    4439    eventSender.mouseUp(MIDDLE_BUTTON);
    45     eventSender.mouseMoveTo(scrollable.offsetLeft + 5, scrollable.offsetTop + PAN_SCROLL_RADIUS + 6);
    4640
    4741    // Stop pan scroll by click
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r140604 r140647  
    20812081webkit.org/b/107205 [ Android Linux Mac ] platform/chromium-win/fast/events/panScroll-drag.html [ Skip ]
    20822082webkit.org/b/107623 [ Android Linux Mac ] platform/chromium-win/fast/events/panScroll-panIcon.html [ Skip ]
    2083 webkit.org/b/107729 [ Win ] platform/chromium-win/fast/events/panScroll-panIcon.html [ ImageOnlyFailure ]
    20842083
    20852084crbug.com/31623 [ SnowLeopard Win ] http/tests/appcache/remove-cache.html [ Failure Pass Timeout ]
Note: See TracChangeset for help on using the changeset viewer.