mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
251b3222b4
--HG-- extra : rebase_source : 046c8da065ee624bf7f589e8087aa3e50d133ed6
10 lines
245 B
HTML
10 lines
245 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body onload="document.getElementById('f').appendChild(document.createTextNode('X'));">
|
|
<fieldset id="f"><legend style="display: table-row-group;"></legend></fieldset>
|
|
</body>
|
|
</html>
|