mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-04 10:30:27 +00:00
12 lines
286 B
HTML
12 lines
286 B
HTML
|
<!DOCTYPE html>
|
||
|
<!-- Reference for input in nested fieldset becomes barred -->
|
||
|
<html>
|
||
|
<body>
|
||
|
<fieldset style="background-color: green;">
|
||
|
<fieldset style="background-color: green;">
|
||
|
<input id='i' required readonly>
|
||
|
</fieldset>
|
||
|
</fieldset>
|
||
|
</body>
|
||
|
</html>
|