RESOLVED FIXED 107001
[EFL] Layer compositing test shows layers off by one
https://bugs.webkit.org/show_bug.cgi?id=107001
Summary [EFL] Layer compositing test shows layers off by one
Dominik Röttsches (drott)
Reported 2013-01-16 03:55:56 PST
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
Chris Dumez
Comment 1 2013-02-18 00:21:48 PST
This is fixed now, probably because we enabled subpixel layout.
Note You need to log in before you can comment on or make changes to this bug.