blob: 52880c0e407b459fbc5e644f52b0929905c295c6 (
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-transform: scale(10);
/* 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>
|