mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
LibWeb: Parse background positions as shorthands
This commit is contained in:
parent
abc0418710
commit
436417aabe
Notes:
github-actions[bot]
2024-12-30 10:08:44 +00:00
Author: https://github.com/Gingeh
Commit: 436417aabe
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3082
3 changed files with 41 additions and 12 deletions
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="include.js"></script>
|
||||
<style>
|
||||
:root {
|
||||
background: 1px 1px;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
test(() => {
|
||||
println(document.styleSheets[0].cssRules[0].cssText);
|
||||
println("PASS (didn't crash)");
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue