mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:57:35 +00:00
LibWeb: Store computed CSS value of background-repeat
This commit is contained in:
parent
fcfeadaffa
commit
bd5a91269f
7 changed files with 55 additions and 0 deletions
|
@ -108,6 +108,7 @@
|
|||
"ne-resize",
|
||||
"nesw-resize",
|
||||
"no-drop",
|
||||
"no-repeat",
|
||||
"none",
|
||||
"normal",
|
||||
"not-allowed",
|
||||
|
@ -124,8 +125,12 @@
|
|||
"pre-wrap",
|
||||
"progress",
|
||||
"relative",
|
||||
"repeat",
|
||||
"repeat-x",
|
||||
"repeat-y",
|
||||
"ridge",
|
||||
"right",
|
||||
"round",
|
||||
"row",
|
||||
"row-resize",
|
||||
"row-reverse",
|
||||
|
@ -134,6 +139,7 @@
|
|||
"small",
|
||||
"smaller",
|
||||
"solid",
|
||||
"space",
|
||||
"square",
|
||||
"s-resize",
|
||||
"static",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue