summaryrefslogtreecommitdiff
path: root/test/html/render/github-infinite-loop.ref.html
blob: cc6bb4e9ff3285a2bd9989b9402e88832e7c44a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>GitHub infinite layout loop</title>
  </head>
  <body>
    <div style="display:inline-block">
      <form style="float:left">
        <input type="hidden"/>
        <button type="submit" style="white-space:nowrap">Hello</button>
      </form>
    </div>
  </body>
</html>