blob: 1ef61dc99cd07bf9717c57cda789ae3a81ff82f0 (
plain)
1
2
3
4
5
6
7
8
9
|
<html>
<head>
</head>
<body>
<div style="-moz-transform: matrix(1, 1, 1, 1, 0, 0); width: 100px; height: 100px; background-color: gold;">
This shouldn't be visible.
</div>
</body>
</html>
|