summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-label-element/iframe-label-attributes.html
blob: 3f08a290946658414143594cd0c69ceede7063bf (plain)
1
2
3
4
5
6
7
8
<html>
  <body>
    <label>
      <div id="div1"></div>
    </label>
    <label for="test13"></label>
  </body>
</html>