mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|