gecko-dev/layout/reftests/invalidation/1243409-1-ref.html
Matt Woodrow 0488b4896d Bug 1243409 - Always recompute geometries for inactive layers since we can't easily tell if they will be identical. r=roc
--HG--
extra : rebase_source : 27640facb51895c3a0fcfc8506a6089b85b1027e
2016-02-09 16:05:20 +13:00

12 lines
221 B
HTML

<!DOCTYPE html>
<title>Testcase for bug 1243409</title>
<html>
<body>
<svg>
<g transform="matrix(1, 0, 0, 1, 20, 10)">
<rect fill-opacity="1" height="10" width="20" fill="#000"></rect>
</g>
</svg>
</body>
</html>