chromium/content/test/data/accessibility/html/label-with-presentational-child.html

<html>
<body>
<input id="test1" />
<label for="test1">
  <span role="presentation" aria-label="foo">
    <span aria-label="bar">baz</span></span></label><br />
<input id="test2" />
  <label for="test2">
  <span role="presentation">
    <span aria-label="bar">baz</span>
  </span>
</label>
</body>
</html>