LibWeb: Stop clipping the root element's background

This commit is contained in:
Psychpsyo
2025-06-03 13:12:48 +02:00
committed by Sam Atkins
parent 5413716802
commit 93ae57114d
Notes: github-actions[bot] 2025-07-04 15:20:13 +00:00
6 changed files with 56 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<link rel="match" href="../../../expected/css/backgrounds/black.html" />
<style>
html {
background-color: black;
border-radius: 100px;
}
</style>