<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>106858</bug_id>
          
          <creation_ts>2013-01-14 19:39:23 -0800</creation_ts>
          <short_desc>[Chromium] REGRESSION(r139686) scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html has the wrong scrollbars on SnowLeopard Debug</short_desc>
          <delta_ts>2013-04-08 15:53:19 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Dominic Cooney">dominicc</reporter>
          <assigned_to name="Tien-Ren Chen">trchen</assigned_to>
          <cc>morrita</cc>
    
    <cc>schenney</cc>
    
    <cc>trchen</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>806910</commentid>
    <comment_count>0</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2013-01-14 19:39:23 -0800</bug_when>
    <thetext>I am rebaselining this test. However I am not rebaselining on SnowLeopard Debug. Looking at the pixel results on the chromium.webkit integration SnowLeopard Debug bot, the system-theme scrollbar is drawn. The scrollbars on SnowLeopard, Lion and MountainLion Release look fine. Please investigate why this started happening at r139686.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>807950</commentid>
    <comment_count>1</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2013-01-15 19:21:36 -0800</bug_when>
    <thetext>scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html is exhibiting a similar problem where it is drawn with the system scrollbars in Mac Dbg

&lt;http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=scrollingcoordinator%2Fnon-fast-scrollable-region-scaled-iframe.html&gt;

Added expectations for this in r139826.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>810063</commentid>
    <comment_count>2</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2013-01-17 18:23:20 -0800</bug_when>
    <thetext>I broadened the expectations in r140082.

trchen: If you know of a bug about failures caused by drawing system-theme scrollbars, please let me know and I can reclassify these.

Otherwise please investigate.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>825082</commentid>
    <comment_count>3</comment_count>
    <who name="Hajime Morrita">morrita</who>
    <bug_when>2013-02-04 20:47:51 -0800</bug_when>
    <thetext>Also, there are occasional assertion failure:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=scrollingcoordinator%2Fnon-fast-scrollable-region-transformed-iframe.html

crash log for DumpRenderTree (pid 2594):
STDOUT: &lt;empty&gt;
STDERR: ASSERTION FAILED: m_horizontalScrollbarPainterDelegate
STDERR: ../../third_party/WebKit/Source/WebCore/platform/mac/ScrollAnimatorMac.mm(953) : virtual void WebCore::ScrollAnimatorMac::willRemoveHorizontalScrollbar(WebCore::Scrollbar *)
STDERR: 1   0x5d604e7 WebCore::ScrollAnimatorMac::willRemoveHorizontalScrollbar(WebCore::Scrollbar*)
STDERR: 2   0x5a78760 WebCore::ScrollableArea::willRemoveHorizontalScrollbar(WebCore::Scrollbar*)
STDERR: 3   0x5a6a501 WebCore::ScrollView::setHasHorizontalScrollbar(bool)
STDERR: 4   0x5a6b0ab WebCore::ScrollView::updateScrollbars(WebCore::IntSize const&amp;)
STDERR: 5   0x5a707b5 WebCore::ScrollView::scrollbarStyleChanged(int, bool)
STDERR: 6   0x85aec86 WebCore::FrameView::scrollbarStyleChanged(int, bool)
STDERR: 7   0x85aed06 non-virtual thunk to WebCore::FrameView::scrollbarStyleChanged(int, bool)
STDERR: 8   0x5d5be0e WebCore::ScrollAnimatorMac::updateScrollerStyle()
STDERR: 9   0x5d5b8ff -[ChromiumWebCoreObjCWebScrollbarPainterControllerDelegate scrollerImpPair:updateScrollerStyleForNewRecommendedScrollerStyle:]
STDERR: 10  0x99c123a0 +[NSScrollerImpPair _updateAllScrollerImpPairsForNewRecommendedScrollerStyle:]
STDERR: 11  0x99c12131 +[NSScrollerImpPair _scrollerStyleRecommendationChanged:]
STDERR: 12  0x9ab4bdf1 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1
STDERR: 13  0x93e1b903 ___CFXNotificationPost_block_invoke_1
STDERR: 14  0x93de6688 _CFXNotificationPost
STDERR: 15  0x9ab36fde -[NSNotificationCenter postNotificationName:object:userInfo:]
STDERR: 16  0x99523f9b -[_NSScrollerStyleRecommender setRecommendedScrollerStyleAndNotify:]
STDERR: 17  0x99523e92 __-[_NSScrollerStyleRecommender scrollerStyleRecommendationUpdateTimerFired:]_block_invoke_1
STDERR: 18  0x99523e62 ___NSDetectScrollDevicesThenInvokeOnMainQueue_block_invoke_3
STDERR: 19  0x98dc9fbd _dispatch_call_block_and_release
STDERR: 20  0x98dcbf4d _dispatch_main_queue_callback_4CF
STDERR: 21  0x93dd1d43 __CFRunLoopRun
STDERR: 22  0x93dd11dc CFRunLoopRunSpecific
STDERR: 23  0x93dd1088 CFRunLoopRunInMode
STDERR: 24  0x94609543 RunCurrentEventLoopInMode
STDERR: 25  0x946107d6 ReceiveNextEventCommon
STDERR: 26  0x9461071a BlockUntilNextEventMatchingListInMode
STDERR: 27  0x992d9ee8 _DPSNextEvent
STDERR: 28  0x992d9752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
STDERR: 29  0x992d5ac1 -[NSApplication run]
STDERR: 30  0x3e6518e base::MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*)
STDERR: 31  0x3e63fc8 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*)
STDERR: Received signal 11 SEGV_MAPERR 0000bbadbeef</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>