chromium/third_party/google-closure-library/closure/goog/ui/modalariavisibilityhelper_test_dom.html

<!--
Copyright The Closure Library Authors. All Rights Reserved.

Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<div id="div-1">
 Red
</div>
<div id="div-2">
 <div id="div-2-1">
  Blue
 </div>
</div>
<div aria-hidden="false" id="div-3">
 Indigo
</div>
<div id="div-4">
 Yellow
</div>
<div aria-hidden="true" id="div-5">
 Orange
</div>