mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
215 B
HTML
17 lines
215 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
div { -moz-transform: matrix(3, 1, 16.8, 5.6, 0, 0); }
|
|
div > div { border: 1px dashed #9ab; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div><div></div></div>
|
|
|
|
</body>
|
|
</html>
|