summaryrefslogtreecommitdiffstats
path: root/layout/reftests/frameset/frameset-remove-row-ref.html
blob: 4da1204655ff916529bec3a6df7cea3af0ef996c (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <meta charset=utf-8>
  </head>
  <frameset id="frameset" rows="*,*">
    <frame />
    <frame />
  </frameset>
</html>