1
0
Fork 0
firefox/dom/base/test/file_use_counter_style.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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>