trisquel-icecat/icecat/testing/web-platform/tests/css/compositing/root-element-background-image-opaque-crash.html
2025-10-06 02:35:48 -06:00

9 lines
224 B
HTML

<!doctype html>
<style>
:root {
background-color: rgba(255, 255, 255, 0.98);
background-image: url(/images/computer.jpg); /* opaque */
background-position: top left;
background-repeat: repeat;
}
</style>