1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / accessibility / accname / name-text-content-of-labelledby-element-recursive.html [blame]

<!doctype html>
<html>
<body>
<input id="test" type="text" aria-labelledby="label">
<div id="label">
  <!-- role=status normally doesn't support name-from-contents, but when
       performing name-from-contents on behalf of aria-labelledby, it should
       contribute its text. -->
  <div role="status">
  Label text
  </div>
</div>