-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
‘transform-style: preserve-3d’ does not work #30474
Copy link
Copy link
Closed
Labels
A-content/cssInteracting with CSS from web content (parsing, serializing, introspection)Interacting with CSS from web content (parsing, serializing, introspection)A-layout/2020https://github.com/servo/servo/wiki/Layout-2020https://github.com/servo/servo/wiki/Layout-2020
Description
<!doctype html><meta charset=utf-8>
<div style="position: absolute; inset: 50px 0 0 50px; transform-style: preserve-3d">
<div style="position: absolute; width: 100px; height: 100px; background: blue; transform: translateZ(1px)"></div>
<div style="position: absolute; width: 100px; height: 100px; background: red; transform: translateZ(-1px)"></div>
</div>
<div style="position: absolute; inset: 50px 0 0 200px; transform-style: preserve-3d">
<div style="position: absolute; width: 100px; height: 100px; background: blue; transform: rotate3d(1,1,1,30deg)"></div>
<div style="position: absolute; width: 100px; height: 100px; background: red; transform: rotateZ(180deg)"></div>
</div>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-content/cssInteracting with CSS from web content (parsing, serializing, introspection)Interacting with CSS from web content (parsing, serializing, introspection)A-layout/2020https://github.com/servo/servo/wiki/Layout-2020https://github.com/servo/servo/wiki/Layout-2020

