[Webkit-unassigned] [Bug 50911] New: [Qt] fast/loader/user-stylesheet-fast-path.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 03:52:45 PST 2010


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

           Summary: [Qt] fast/loader/user-stylesheet-fast-path.html fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


http://trac.webkit.org/changeset/73893 made this test to be 
a platform independent test and unfortunately it fails on Qt.

patch to get detailed results:
-------------------------------
--- a/LayoutTests/fast/loader/user-stylesheet-fast-path.html
+++ b/LayoutTests/fast/loader/user-stylesheet-fast-path.html
@@ -24,7 +24,7 @@

             document.body.offsetTop;
             var result = getComputedStyle(document.body).fontSize == obj.size;
-            document.write((result == obj.result ? "PASS" : "FAIL") + " " + obj.size + "<br>");
+            document.write((result == obj.result ? "PASS" : "FAIL") + " expected:" + obj.result + " actual:" + result + " "+ obj.size + " " + getComputedStyle(document.body).fontSize+ "<br>");

             layoutTestController.setUserStyleSheetLocation("");
         }

DRT result:
------------
PASS expected:true actual:true 100px 100px
PASS expected:true actual:true 110px 110px
FAIL expected:true actual:false 120px 16px
PASS expected:true actual:true 130px 130px
PASS expected:false actual:false 140px 16px
PASS expected:false actual:false 150px 16px
PASS expected:false actual:false 160px 16px

-- 
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