RESOLVED DUPLICATE of bug 116242 115873
[CSS Regions] Transformed content in named flows using 2D transform that overflows region box is clipped
https://bugs.webkit.org/show_bug.cgi?id=115873
Summary [CSS Regions] Transformed content in named flows using 2D transform that over...
David Alcala
Reported 2013-05-09 14:00:09 PDT
Transformed content in named flows using 2D transform that overflows region box is clipped. I couldn't find anything in the spec that says the source content that is transformed should be clipped. By default, the overflow content should show. Reproduction steps: Open the attached file scaleY-webkit-bug-region-clipping2.html in a browser that supports regions (Chrome Canary or WebKit Nightly) on Windows or Mac. Actual Results: You see a 100px x 100px green square. The bottom half of the green rectangle is getting clipped by the region div. Expected Results: You should see a 100px x 200px green rectangle – the source content that overflows the region is not clipped by the region. See scaleY-webkit-bug-region-clipping2-no-region.html for how it should look. Or, if you remove the transform (scaleY-webkit-bug-region-clipping2-no-transform.html), you can see that the source content that overflows the region also is not clipped by the region. Workaround: None
Attachments
actual results (982 bytes, text/html)
2013-05-09 14:02 PDT, David Alcala
no flags
expected results (no regions) (763 bytes, text/html)
2013-05-09 14:03 PDT, David Alcala
no flags
expected results (no transform) (978 bytes, text/html)
2013-05-09 14:03 PDT, David Alcala
no flags
David Alcala
Comment 1 2013-05-09 14:02:49 PDT
Created attachment 201273 [details] actual results
David Alcala
Comment 2 2013-05-09 14:03:13 PDT
Created attachment 201274 [details] expected results (no regions)
David Alcala
Comment 3 2013-05-09 14:03:44 PDT
Created attachment 201275 [details] expected results (no transform)
Mihai Balan
Comment 4 2013-05-17 07:46:50 PDT
*** This bug has been marked as a duplicate of bug 116242 ***
Note You need to log in before you can comment on or make changes to this bug.