mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-24 16:54:08 +00:00
4c74ef0ee6
--HG-- extra : rebase_source : efcf3b58c953ea8ec8cad45f4b0ffa0b898a2397
5 lines
308 B
HTML
Executable File
5 lines
308 B
HTML
Executable File
<!DOCTYPE html>
|
|
<title>Stack pointer free with -moz-element</title>
|
|
<div id="paintServer" style="width: 20px; height: 20px; background: red;"></div>
|
|
<div style="-moz-transform: scale(1.01); width: 100px; height: 100px; background: -moz-element(#paintServer) -5px -3px; background-size: 20px 32769px;"></div>
|