summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/335628-1-ref.html
blob: 4e965bb277a6edd377a6590cd4f5fbe2b12058e5 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  <body>
    <div>a<input type="text" style="visibility: hidden">b</div>
    <div>a<input type="text" style="visibility: hidden; padding-top: 200px">b</div>
  </body>
</html>