Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<!-- This a simplified form of the WPT css/css-transforms/skew-test1.html -->
<style>
svg {
position: absolute;
}
div {
width: 150px;
height: 150px;
background-color: white;
}
.skew_div {
transform: skew(30deg,20deg);
transform-origin: 0 0;
}
</style>
</head>
<polygon points="1,1 149,56 235,203 88,149" style="fill:red"/>
</svg>
<div class="skew_div"></div>