mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
15 lines
366 B
HTML
15 lines
366 B
HTML
<!DOCTYPE html>
|
|
<html class='reftest-wait'>
|
|
<body onload="document.getElementsByTagName('fieldset')[0].removeChild(document.getElementById('l'));
|
|
document.documentElement.className = '';">
|
|
<fieldset disabled>
|
|
<legend id='l'>
|
|
<input>
|
|
</legend>
|
|
<legend>
|
|
<input>
|
|
</legend>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|