mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
9 lines
175 B
HTML
9 lines
175 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body onpagehide="document.body.removeChild(document.getElementById('s'));">
|
|
<span id="s" contenteditable="true"></span>
|
|
</body>
|
|
</html>
|