mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibWeb: Parse background positions as shorthands
This commit is contained in:
Notes:
github-actions[bot]
2024-12-30 10:08:44 +00:00
Author: https://github.com/Gingeh Commit: https://github.com/LadybirdBrowser/ladybird/commit/436417aabeb Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3082
@@ -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>
|
||||
Reference in New Issue
Block a user