Files
tubestation/layout/reftests/transform/matrix-1a.html
Emilio Cobos Álvarez 7446676515 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
167 B
HTML

<html>
<head>
</head>
<body>
<div style="transform: matrix(1, 0, 0, 1, 100, 0); width: 100px; height: 100px; background-color: gold;">
</div>
</body>
</html>