Bug 54189

Summary: [GTK] fast/replaced/border-radius-clip.html fails on 32-Bits Release
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Philippe Normand 2011-02-10 03:52:44 PST
This test was recently unskipped and fails only on 32-Bits Release:

--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/fast/replaced/border-radius-clip-expected.txt	2011-02-10 03:37:51.000000000 -0800
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/fast/replaced/border-radius-clip-actual.txt	2011-02-10 03:37:51.000000000 -0800
@@ -1,8 +1,8 @@
-layer at (0,0) size 800x953
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x929
-  RenderBlock {HTML} at (0,0) size 800x929
-    RenderBody {BODY} at (8,8) size 784x913
+layer at (0,0) size 781x953
+  RenderView at (0,0) size 781x600
+layer at (0,0) size 781x929
+  RenderBlock {HTML} at (0,0) size 781x929
+    RenderBody {BODY} at (8,8) size 765x913
       RenderText {#text} at (0,0) size 457x19
         text run at (0,0) width 457: "All of the replaced elements below should be clipped to a border-radius. "
       RenderBR {BR} at (0,0) size 0x0
Comment 1 Zan Dobersek 2012-05-05 09:41:49 PDT
The tests covered by this bug were found to be passing consistently after moving from using the Skipped list to using test_expectations.txt. Their expectations were removed in r116122[1] (covered by bug #85591). Closing the bug.

1: http://trac.webkit.org/changeset/116122