mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
7a61f6f940
335628, r+sr=roc
8 lines
202 B
HTML
8 lines
202 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div>a<input type="text" style="visibility: collapse">b</div>
|
|
<div>a<input type="text" style="visibility: collapse; padding-top: 200px">b</div>
|
|
</body>
|
|
</html>
|