mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 02:06:25 +00:00
8 lines
154 B
HTML
8 lines
154 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<svg><pattern id="p"/></svg>
|
|
<div style="width: 100px; height: 100px; background: -moz-element(#p);"></div>
|
|
</body>
|
|
</html>
|