mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
0bcaa2ff90
We previously didn't do this because we relied on our anonymous wrapper to perform transforms. However, that resulted in only the children transforming, and the frame's cliprect wouldn't be updated, giving the impression of the z-ordering being wrong. Also adds reftests from the relevant BZ bug found later. Resolves #2355