<?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>36191</bug_id>
          
          <creation_ts>2010-03-16 14:02:25 -0700</creation_ts>
          <short_desc>[Qt] GraphicsLayer: fix test regressions</short_desc>
          <delta_ts>2010-04-26 03:49:16 -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>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt</keywords>
          <priority>P3</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>36216</dependson>
    
    <dependson>36219</dependson>
          <blocked>35784</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Noam Rosenthal">noam</reporter>
          <assigned_to name="Noam Rosenthal">noam</assigned_to>
          <cc>hausmann</cc>
    
    <cc>jesus</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>200418</commentid>
    <comment_count>0</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2010-03-16 14:02:25 -0700</bug_when>
    <thetext>Some regressions were found in test animations.
We need to check if those are actual regressions or a test issue, and fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>200420</commentid>
    <comment_count>1</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2010-03-16 14:02:51 -0700</bug_when>
    <thetext>http://build.webkit.org/results/Qt%20Linux%20Release/r55955%20(8504)/results.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>200427</commentid>
    <comment_count>2</comment_count>
    <who name="Jesus Sanchez-Palencia">jesus</who>
    <bug_when>2010-03-16 14:11:50 -0700</bug_when>
    <thetext>Is this Mac OS specific?
If not, could you please change the OS and assign this to webkit-qt-unassigned@trolltech.com so we don&apos;t add another item to the untriaged bugs list ?

(I can&apos;t edit the bugzilla entry, otherwise I would edit this.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>200430</commentid>
    <comment_count>3</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2010-03-16 14:16:03 -0700</bug_when>
    <thetext>Done.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>200705</commentid>
    <comment_count>4</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2010-03-17 05:44:01 -0700</bug_when>
    <thetext>When running http://trac.webkit.org/export/55955/trunk/LayoutTests/animations/simultaneous-start-left.html it passes.
The other two bugs also fail on Safari windows, and are related to new and undocumented css properties.
Deferring to P3 for now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>200708</commentid>
    <comment_count>5</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-03-17 05:54:45 -0700</bug_when>
    <thetext>Failing tests skipped by http://trac.webkit.org/changeset/56106 ,
please unskip them with fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>200709</commentid>
    <comment_count>6</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2010-03-17 05:59:02 -0700</bug_when>
    <thetext>For now we&apos;ll leave them as skipped - which is the right way to treat tests for new webkit features that we don&apos;t support yet in Qt :) 
For some of these tests it&apos;s not a regression since they were only added a couple of weeks ago.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>203603</commentid>
    <comment_count>7</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2010-03-24 14:37:39 -0700</bug_when>
    <thetext>36216 is a brand new CSS feature - no point in making support for it a blocker.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>209182</commentid>
    <comment_count>8</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-04-06 12:43:13 -0700</bug_when>
    <thetext>I don&apos;t understand exactly why they aren&apos;t regressions. I only see these tests passed before enabling accelerated compositing by default, and failed after the patch landed. What is it if not a regression?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>209187</commentid>
    <comment_count>9</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2010-04-06 12:52:58 -0700</bug_when>
    <thetext>To be more specific:

* animations/fill-mode-transform.html

This is a new feature (added mid March) that we need to support in Qt AC. Of course a new feature that Apple adds that requires AC support is going to fail with Qt, because we simply haven&apos;t implemented support for that feature yet. Classic case for temporary skip and definitely not a &quot;regression&quot;.

* animations/play-state.html

Fixed, see 36219

animations/simultaneous-start-left.html

I couldn&apos;t reproduce it - waiting till we have proper QGraphicsWebView support in DRT to look into it again.

In general we&apos;re not running tests on QGraphicsWebView regularly - until we do that there&apos;s no point in treating AC in a special way. Once all the DRT tests work on QGraphicsWebView, I can look at the delta with AC.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>213479</commentid>
    <comment_count>10</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2010-04-16 16:25:01 -0700</bug_when>
    <thetext>A fix is now coming.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>215540</commentid>
    <comment_count>11</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2010-04-21 15:27:24 -0700</bug_when>
    <thetext>all underlying bugs have been fixed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>