Bug 107001
Summary: | [EFL] Layer compositing test shows layers off by one | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, joone, kenneth, laszlo.gombos, lucas.de.marchi, mikhail.pozdnyakov, ostap73, yael |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dominik Röttsches (drott)
EFL test results differ from the global by one pixel - compositing/layer-creation/overlap-animation-container-expected.txt
I am skipping this test for now and would like someone familiar with accelerated compositing to take a look whether this is a serious issue or just needs a rebaseline.
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/compositing/layer-creation/overlap-animation-container-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/compositing/layer-creation/overlap-animation-container-actual.txt
@@ -11,12 +11,12 @@
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00])
)
(GraphicsLayer
- (position 47.00 229.00)
- (bounds 144.00 454.00)
+ (position 46.00 229.00)
+ (bounds 146.00 454.00)
(drawsContent 1)
(children 1
(GraphicsLayer
- (position 21.00 11.00)
+ (position 22.00 11.00)
(bounds 102.00 102.00)
(transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 -1.00 1.00])
)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
This is fixed now, probably because we enabled subpixel layout.