summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/permission-element/display-css-property-reference-expected.html
blob: 6a04c94c037ae5f6fe0d7fd4b2dcf7671eef7a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset=utf-8>
<body>
  <div>
    The permission element should either be display 'none' or 'inline-block'
  </div>

<style>
  #id1 {
    display: inline-block;
  }
</style>

<permission id="id1" type="geolocation">
<span>After element</span>
</body>