Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<html>
<head>
<style>
body { margin: 0px; }
div {
transform: translate(0.5px, 0.5px);
height: 100px;
width: 100px;
background: black;
}
</style>
</head>
<body><div></div></body>
</html>