summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/335628-1.html
blob: 1007760dcacae0eea145b02bf546caf6a14e7c31 (plain)
1
2
3
4
5
6
7
<!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>