Bug 114293

Summary: [CSS Regions] Content with 3D transform flowed in a region ignores perspective transform
Product: WebKit Reporter: David Alcala <dalcala>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bfulgham, mibalan, mihnea, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
actual results
none
expected results (no regions) none

Description David Alcala 2013-04-09 11:17:30 PDT
Created attachment 197150 [details]
actual results

Reproduction steps:
Open the attached file rotate-perspective-webkit-bug.html in a browser that supports regions (Chrome Canary or WebKit Nightly) on Wino or Mac.

Actual Results:
The green polygon looks like it has skew applied to it, instead of rotateX with perspective 3D transform.

Expected Results:
The green polygon looks like it has rotateX with perspective 3D transform.  The top edge should be shorter than the bottom edge and the left and right sides should be slanting inward.  The shape (but not the position) should look like rotate-perspective-webkit-bug-no-region.html

Workaround:
None
Comment 1 David Alcala 2013-04-09 11:18:08 PDT
Created attachment 197151 [details]
expected results (no regions)
Comment 2 Mihai Balan 2013-05-31 09:50:44 PDT
After some more investigations it looks like content flowed in a region that has a 3D transform applied does not take into account the perspective (whether specified via -webkit-perspective on a parent or via the perspective() transform function in -webkit-transform).
Comment 3 Michelangelo De Simone 2013-06-13 11:03:54 PDT
Still repros on today's nightly (r151543)
Comment 4 Brent Fulgham 2022-07-12 17:17:17 PDT
CSS Regions were removed in Bug 174978.