Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<title>Reference for Issue 441128445: Nested Scale(0) transforms should not show content</title>
<style>
.container {
width: 100px;
}
</style>
</head>
<body>
<div>Should not see a red FAIL if success!</div>
<div class="container">
</div>
</body>
</html>