[Webkit-unassigned] [Bug 88963] New: [Qt] New css3/flexbox/flexitem.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 22:58:53 PDT 2012


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

           Summary: [Qt] New css3/flexbox/flexitem.html fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: tony at chromium.org, ojan at chromium.org
            Blocks: 87008,87068


css3/flexbox/flexitem.html introduced in http://trac.webkit.org/changeset/120132 and fails on Qt:

--- /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/css3/flexbox/flexitem-expected.txt 
+++ /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/css3/flexbox/flexitem-actual.txt 
@@ -2,7 +2,24 @@

 object

-PASS
+FAIL:
+Expected 100 for width, but got 95. 
+Expected 100 for width, but got 95. 
+Expected 100 for width, but got 95. 
+Expected 100 for width, but got 95. 
+Expected 100 for width, but got 123. 
+Expected 100 for width, but got 95. 
+
+<div class="flexbox">
+  <button data-expected-display="block" data-expected-width="100">button</button>
+  <canvas data-expected-display="block" data-expected-width="100">canvas</canvas>
+  <iframe data-expected-display="block" data-expected-width="100" src="data:text/html,<body bgcolor=#fff>iframe</body>"></iframe>
+  <object data-expected-display="block" data-expected-width="100">object</object>
+  <select data-expected-display="block" data-expected-width="100">
+    <option>select</option>
+  </select>
+  <textarea data-expected-display="block" data-expected-width="100">textarea</textarea>
+</div>

 PASS

@@ -17,7 +34,7 @@

 FAIL:
 Expected 100 for height, but got 20. 
-Expected 100 for height, but got 20. 
+Expected 100 for height, but got 21. 

 <div class="flexbox">
   <img data-expected-display="block" data-expected-width="200" style="-webkit-flex: 1 0 auto;" src="../images/resources/blue-100.png">

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