fune/layout/reftests/transform/origin-2-ref.html
Emilio Cobos Álvarez 813ca5b3b9 Bug 1855763 - Automatic fixes to avoid using prefixed transforms in tests. r=layout-reviewers,jfkthame
Using the script in comment 5, excluding third-party directories.

Differential Revision: https://phabricator.services.mozilla.com/D189760
2023-10-02 12:36:17 +00:00

9 lines
157 B
HTML

<html>
<head>
</head>
<body>
<div style="width:200px;height:100px;border:1px solid black; transform: rotate(45deg);">
Some text!
</div>
</body>
</html>