Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/transform/reftest.list
<html>
<head>
<style>
body { margin: 0px; }
#test {
background: green;
width: 100px;
height: 100px;
transform: scale(0.5);
}
</style>
</head>
<body>
<div id="test">
</div>
</body>
</html>