mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Stop clipping the root element's background
This commit is contained in:
Notes:
github-actions[bot]
2025-07-04 15:20:13 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/93ae57114d5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4978 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<link rel="match" href="../../../expected/css/backgrounds/black.html" />
|
||||
<style>
|
||||
html {
|
||||
background-color: black;
|
||||
border-radius: 100px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user