LibWeb: Implement CSS 'isolation' property

This commit is contained in:
Psychpsyo 2025-01-11 01:34:47 +01:00 committed by Sam Atkins
commit 7757df5bb5
Notes: github-actions[bot] 2025-01-13 11:08:57 +00:00
11 changed files with 134 additions and 73 deletions

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<style>
div {
width: 100px;
height: 100px;
background-color:green;
}
</style>
<div></div>