Bug 110138 - [chromium] Compositing test limit-layer-bounds-fixed.html is failing on Chromium/*.
Summary: [chromium] Compositing test limit-layer-bounds-fixed.html is failing on Chrom...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 110076 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-02-18 09:53 PST by Stephen White
Modified: 2013-04-08 16:30 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen White 2013-02-18 09:53:23 PST
This test has been failing since being introduced at http://trac.webkit.org/changeset/143073.  Not sure if it just requires a rebaseline; seems to be offset in X and Y from the Safari version.  Here are some text diffs:

--- E:\b\build\slave\WebKit_Win7\build\layout-test-results\platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-fixed-expected.txt 
+++ E:\b\build\slave\WebKit_Win7\build\layout-test-results\platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-fixed-actual.txt 
@@ -8,10 +8,11 @@
         (GraphicsLayer
           (position 100.00 3100.00)
           (bounds 100.00 100.00)
+          (drawsContent 1)
         )
         (GraphicsLayer
-          (position 0.00 3000.00)
-          (bounds 300.00 200.00)
+          (position 100.00 3100.00)
+          (bounds 200.00 100.00)
           (drawsContent 1)
         )
       )
Comment 1 Stephen White 2013-02-18 10:09:55 PST
*** Bug 110076 has been marked as a duplicate of this bug. ***