summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_use_counter_style.html
blob: 4fd18195c247bea44d37e03712f194e5ad75a5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<style>
  div {
    background-image: none;
    padding: 10px;
    -moz-appearance: none;
    /* Just a property we're unlikely to implement */
    -webkit-padding-start: 58.5;
    /* Sentinel use counter to signal that telemetry for this document has been captured */
    marker-mid: initial;
  }
</style>
<!-- We currently count even if we don't match it, but well just in case we change that... -->
<div></div>