mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
6 lines
120 B
HTML
6 lines
120 B
HTML
<script>
|
|
var a = document.createElementNS("http://www.w3.org/1999/xhtml", "audio");
|
|
a.mozPreservesPitch = a;
|
|
</script>
|
|
|