RESOLVED WONTFIX 98201
[Chromium] Page-scale-factor not applied to composited elements.
https://bugs.webkit.org/show_bug.cgi?id=98201
Summary [Chromium] Page-scale-factor not applied to composited elements.
Jeff Timanus
Reported 2012-10-02 14:24:19 PDT
This issue is tracking the addition of a layout test that stresses page-scale-factor on composited elements. See related comments on previous issue: https://bugs.webkit.org/show_bug.cgi?id=95094#c53
Attachments
Addition of test. (1.78 KB, patch)
2012-10-02 14:42 PDT, Jeff Timanus
no flags
Test output from a local run. (51.18 KB, image/png)
2012-10-02 14:44 PDT, Jeff Timanus
no flags
Address review comments. (1.85 KB, patch)
2012-10-02 14:51 PDT, Jeff Timanus
no flags
Jeff Timanus
Comment 1 2012-10-02 14:42:11 PDT
Created attachment 166753 [details] Addition of test.
Jeff Timanus
Comment 2 2012-10-02 14:44:36 PDT
Created attachment 166754 [details] Test output from a local run. Page-scale-factor is presently broken for composited elements, as shown by the output of this test.
Adrienne Walker
Comment 3 2012-10-02 14:46:25 PDT
Comment on attachment 166753 [details] Addition of test. View in context: https://bugs.webkit.org/attachment.cgi?id=166753&action=review Can you add: if (window.testRunner) testRunner.dumpAsText(true); ...since we want a pixel test and don't care about layer tree here? > LayoutTests/compositing/reflections/reflection-under-device-scale.html:28 > + <p>Testing that composited layers behave properly when reflected with a page scale.</p> Please, no text in a pixel test. This can be an html comment.
Jeff Timanus
Comment 4 2012-10-02 14:51:58 PDT
Created attachment 166756 [details] Address review comments.
Dana Jansens
Comment 5 2012-10-02 15:05:01 PDT
"composited elements" in this case means "layers with render surfaces" i think?
Jeff Timanus
Comment 6 2012-10-03 11:00:36 PDT
(In reply to comment #5) > "composited elements" in this case means "layers with render surfaces" i think? Yes, that is the intent of my wording. Also, I confirmed that your other patch (https://codereview.chromium.org/10915313/) corrects the output of this failing test.
Dana Jansens
Comment 7 2012-10-03 11:17:24 PDT
Thanks for trying it out! :D
Note You need to log in before you can comment on or make changes to this bug.