Bug 110138
| Summary: | [chromium] Compositing test limit-layer-bounds-fixed.html is failing on Chromium/*. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Stephen White <senorblanco> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | aelias, alokp, jamesr, schenney, toyoshim, trchen, wangxianzhu |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Stephen White
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)
)
)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Stephen White
*** Bug 110076 has been marked as a duplicate of this bug. ***