<?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>85868</bug_id>
          
          <creation_ts>2012-05-07 23:54:35 -0700</creation_ts>
          <short_desc>REGRESSION(r116395): css3/filters/custom/filter-repaint-custom-rotated.html fails on Chromium-Mac</short_desc>
          <delta_ts>2012-05-22 03:15:01 -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>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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="Kent Tamura">tkent</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>achicu</cc>
    
    <cc>eric</cc>
    
    <cc>jamesr</cc>
    
    <cc>jchaffraix</cc>
    
    <cc>mitz</cc>
    
    <cc>simon.fraser</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>618364</commentid>
    <comment_count>0</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2012-05-07 23:54:35 -0700</bug_when>
    <thetext>http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;showLargeExpectations=true&amp;tests=css3%2Ffilters%2Fcustom%2Ffilter-repaint-custom-rotated.html

Looks off-by-one. Does anyone have an idea waht&apos;s wrong?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>618365</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-05-07 23:55:34 -0700</bug_when>
    <thetext>http://trac.webkit.org/changeset/116395</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>628802</commentid>
    <comment_count>2</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2012-05-20 23:19:28 -0700</bug_when>
    <thetext>I confirmed the size of the green box was not changed by r116395.  Just the repaint area was enlarged.

       if (localClipRect != PaintInfo::infiniteRect()) { 
+          if ((flags &amp; IncludeSelfTransform) &amp;&amp; layer-&gt;paintsWithTransform(PaintBehaviorNormal)) 
+              localClipRect = layer-&gt;transform()-&gt;mapRect(localClipRect); 

localClipRect was (0,0) 100x100 before the mapRect() call. After that, it becomes (-1,-1) 101x101.
In TransformationMatric::mapRect(), the variable &apos;resultQuad&apos; is:
  (100, -1.42109e-14) (100, 100) (1.42109e-14, 100) (-1.42109e-14, 7.99361e-15)

It looks an ignorable error.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>629792</commentid>
    <comment_count>3</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2012-05-21 17:58:29 -0700</bug_when>
    <thetext>Oh, this issue has been resolved by ENABLE_SUBPIXEL_LAYOUT.  Awesome :-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>630156</commentid>
    <comment_count>4</comment_count>
    <who name="Kent Tamura">tkent</who>
    <bug_when>2012-05-22 03:15:01 -0700</bug_when>
    <thetext>Removed the failure expectation by http://trac.webkit.org/changeset/117941.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>