12 lines
283 B
HTML
12 lines
283 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<link rel="help" href="https://issues.chromium.org/issues/400087476">
|
|
<style>
|
|
:root {
|
|
contain: style;
|
|
counter-increment: a1;
|
|
}
|
|
</style>
|
|
<script>
|
|
window.print();
|
|
</script>
|