[Webkit-unassigned] [Bug 37381] New: [Qt] animations/dynamic-stylesheet-loading.html fails with accelerated compositing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 10 00:33:53 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37381

           Summary: [Qt] animations/dynamic-stylesheet-loading.html fails
                    with accelerated compositing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
            Blocks: 35866


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->attributes.insert(QWebSettings::LocalStorageEnabled, false);
     d->attributes.insert(QWebSettings::LocalContentCanAccessRemoteUrls,
false);
     d->attributes.insert(QWebSettings::LocalContentCanAccessFileUrls, true);
-    d->attributes.insert(QWebSettings::AcceleratedCompositingEnabled, true);
+    d->attributes.insert(QWebSettings::AcceleratedCompositingEnabled, false);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list