Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: snapshot OR (os == 'android')
- Manifest: image/test/reftest/downscaling/reftest.list
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
<html>
<head>
<meta charset="utf-8" />
<style>
body { margin: 0; }
.downscale {
transform-origin: 0 0;
transform: scale(0.9);
}
</style>
</head>
<body>
</body>
</html>