1
    2
    3
    4
    5
    6
    7
    8

content / test / data / accessibility / css / visibility-inert.html [blame]

<!DOCTYPE html>
<style>
  .inert {
    visibility: inert;
  }
</style>
<button>Visible</button>
<button class="inert">Inert</button>