<?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>37381</bug_id>
          
          <creation_ts>2010-04-10 00:33:53 -0700</creation_ts>
          <short_desc>[Qt] animations/dynamic-stylesheet-loading.html fails with accelerated compositing</short_desc>
          <delta_ts>2010-05-14 08:46:58 -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>Tools / Tests</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, QtTriaged</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>35866</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>hausmann</cc>
    
    <cc>jturcotte</cc>
    
    <cc>noam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>211117</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-04-10 00:33:53 -0700</bug_when>
    <thetext>animations/dynamic-stylesheet-loading.html introduced in http://trac.webkit.org/changeset/57390 ,
but fails if accelerated compositing is enabled (enabled by default)

results: http://build.webkit.org/results/Qt%20Linux%20Release/r57407%20%289904%29/results.html

If I disabled accelerated compositing, the test would be pass: (r57365)
--- a/WebKit/qt/Api/qwebsettings.cpp
+++ b/WebKit/qt/Api/qwebsettings.cpp
@@ -451,7 +451,7 @@ QWebSettings::QWebSettings()
     d-&gt;attributes.insert(QWebSettings::LocalStorageEnabled, false);
     d-&gt;attributes.insert(QWebSettings::LocalContentCanAccessRemoteUrls, false);
     d-&gt;attributes.insert(QWebSettings::LocalContentCanAccessFileUrls, true);
-    d-&gt;attributes.insert(QWebSettings::AcceleratedCompositingEnabled, true);
+    d-&gt;attributes.insert(QWebSettings::AcceleratedCompositingEnabled, false);</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>211118</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-04-10 00:46:52 -0700</bug_when>
    <thetext>It might be related with: https://bugs.webkit.org/show_bug.cgi?id=36191

Skipped until fix: http://trac.webkit.org/changeset/57409</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>221653</commentid>
    <comment_count>2</comment_count>
    <who name="Jocelyn Turcotte">jturcotte</who>
    <bug_when>2010-05-06 06:53:00 -0700</bug_when>
    <thetext>We should try to un-skip this test as soon as possible: P1.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>223030</commentid>
    <comment_count>3</comment_count>
    <who name="Noam Rosenthal">noam</who>
    <bug_when>2010-05-09 03:11:10 -0700</bug_when>
    <thetext>I can&apos;t reproduce it - I believe it was fixed as a side effect of http://trac.webkit.org/changeset/57961. Can someone double check?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>225774</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-05-14 06:05:34 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; I can&apos;t reproduce it - I believe it was fixed as a side effect of http://trac.webkit.org/changeset/57961. Can someone double check?

I double checked, it works now, so I unskipped it:
http://trac.webkit.org/changeset/59471</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>225849</commentid>
    <comment_count>5</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2010-05-14 08:43:36 -0700</bug_when>
    <thetext>&lt;cherry-pick-for-backport: r59471&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>225852</commentid>
    <comment_count>6</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2010-05-14 08:46:49 -0700</bug_when>
    <thetext>Revision r59471 cherry-picked into qtwebkit-2.0 with commit 4696beb87359fe9236d23e0791526eb38dab341d</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>