14 lines
430 B
HTML
14 lines
430 B
HTML
<!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>
|