1
0
Fork 0
firefox/testing/web-platform/mozilla/tests/html/canvas/mozPrintCallback-rect-002-print-ref.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

19 lines
317 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<style>
.reference {
background: yellow;
transform: scale(4);
transform-origin: 0 0;
height: 80px;
width: 80px;
}
.inner {
background: cyan;
height: 60px;
width: 60px;
}
</style>
<div class="reference">
<div class="inner"></div>
</div>