summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/browser/doc_accessibility_text_label_audit_frame.html
blob: 34a32abeb25625de3bd3cc992c7d05e64231a9d2 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8">
  </head>
  <frameset cols="50%,50%">
    <frame id="frame-1" src="https://example.com"></frame>
    <frame id="frame-2" aria-label="Label" src="https://example.com"></frame>
  </frameset>
</html>