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