1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Tests/LibWeb/Text/expected/css/CSSStyleDeclaration-has-indexed-property-getter.txt
Glenn Skrzypczak a73cd88f0c LibWeb/CSS: Implement 'background-blend-mode'
This implements the 'background-blend-mode' CSS property.
2025-03-28 09:41:06 +00:00

244 lines
6.7 KiB
Text

All properties associated with getComputedStyle(document.body):
{
"0": "-webkit-text-fill-color",
"1": "accent-color",
"2": "border-collapse",
"3": "border-spacing",
"4": "caption-side",
"5": "caret-color",
"6": "clip-rule",
"7": "color",
"8": "color-scheme",
"9": "cursor",
"10": "direction",
"11": "fill",
"12": "fill-opacity",
"13": "fill-rule",
"14": "font-family",
"15": "font-feature-settings",
"16": "font-language-override",
"17": "font-size",
"18": "font-style",
"19": "font-variant-alternates",
"20": "font-variant-caps",
"21": "font-variant-east-asian",
"22": "font-variant-emoji",
"23": "font-variant-ligatures",
"24": "font-variant-numeric",
"25": "font-variant-position",
"26": "font-variation-settings",
"27": "font-weight",
"28": "font-width",
"29": "image-rendering",
"30": "letter-spacing",
"31": "line-height",
"32": "list-style-image",
"33": "list-style-position",
"34": "list-style-type",
"35": "math-depth",
"36": "math-shift",
"37": "math-style",
"38": "pointer-events",
"39": "quotes",
"40": "stroke",
"41": "stroke-dasharray",
"42": "stroke-dashoffset",
"43": "stroke-linecap",
"44": "stroke-linejoin",
"45": "stroke-miterlimit",
"46": "stroke-opacity",
"47": "stroke-width",
"48": "tab-size",
"49": "text-align",
"50": "text-anchor",
"51": "text-decoration-line",
"52": "text-indent",
"53": "text-justify",
"54": "text-shadow",
"55": "text-transform",
"56": "visibility",
"57": "white-space",
"58": "word-break",
"59": "word-spacing",
"60": "word-wrap",
"61": "writing-mode",
"62": "align-content",
"63": "align-items",
"64": "align-self",
"65": "animation-delay",
"66": "animation-direction",
"67": "animation-duration",
"68": "animation-fill-mode",
"69": "animation-iteration-count",
"70": "animation-name",
"71": "animation-play-state",
"72": "animation-timing-function",
"73": "appearance",
"74": "aspect-ratio",
"75": "backdrop-filter",
"76": "background-attachment",
"77": "background-blend-mode",
"78": "background-clip",
"79": "background-color",
"80": "background-image",
"81": "background-origin",
"82": "background-position-x",
"83": "background-position-y",
"84": "background-repeat",
"85": "background-size",
"86": "block-size",
"87": "border-block-end-color",
"88": "border-block-end-style",
"89": "border-block-end-width",
"90": "border-block-start-color",
"91": "border-block-start-style",
"92": "border-block-start-width",
"93": "border-bottom-color",
"94": "border-bottom-left-radius",
"95": "border-bottom-right-radius",
"96": "border-bottom-style",
"97": "border-bottom-width",
"98": "border-inline-end-color",
"99": "border-inline-end-style",
"100": "border-inline-end-width",
"101": "border-inline-start-color",
"102": "border-inline-start-style",
"103": "border-inline-start-width",
"104": "border-left-color",
"105": "border-left-style",
"106": "border-left-width",
"107": "border-right-color",
"108": "border-right-style",
"109": "border-right-width",
"110": "border-top-color",
"111": "border-top-left-radius",
"112": "border-top-right-radius",
"113": "border-top-style",
"114": "border-top-width",
"115": "bottom",
"116": "box-shadow",
"117": "box-sizing",
"118": "clear",
"119": "clip",
"120": "clip-path",
"121": "column-count",
"122": "column-gap",
"123": "column-span",
"124": "column-width",
"125": "contain",
"126": "content",
"127": "content-visibility",
"128": "counter-increment",
"129": "counter-reset",
"130": "counter-set",
"131": "cx",
"132": "cy",
"133": "display",
"134": "filter",
"135": "flex-basis",
"136": "flex-direction",
"137": "flex-grow",
"138": "flex-shrink",
"139": "flex-wrap",
"140": "float",
"141": "grid-auto-columns",
"142": "grid-auto-flow",
"143": "grid-auto-rows",
"144": "grid-column-end",
"145": "grid-column-start",
"146": "grid-row-end",
"147": "grid-row-start",
"148": "grid-template-areas",
"149": "grid-template-columns",
"150": "grid-template-rows",
"151": "height",
"152": "inline-size",
"153": "inset-block-end",
"154": "inset-block-start",
"155": "inset-inline-end",
"156": "inset-inline-start",
"157": "isolation",
"158": "justify-content",
"159": "justify-items",
"160": "justify-self",
"161": "left",
"162": "margin-block-end",
"163": "margin-block-start",
"164": "margin-bottom",
"165": "margin-inline-end",
"166": "margin-inline-start",
"167": "margin-left",
"168": "margin-right",
"169": "margin-top",
"170": "mask-image",
"171": "mask-type",
"172": "max-block-size",
"173": "max-height",
"174": "max-inline-size",
"175": "max-width",
"176": "min-block-size",
"177": "min-height",
"178": "min-inline-size",
"179": "min-width",
"180": "mix-blend-mode",
"181": "object-fit",
"182": "object-position",
"183": "opacity",
"184": "order",
"185": "outline-color",
"186": "outline-offset",
"187": "outline-style",
"188": "outline-width",
"189": "overflow-x",
"190": "overflow-y",
"191": "padding-block-end",
"192": "padding-block-start",
"193": "padding-bottom",
"194": "padding-inline-end",
"195": "padding-inline-start",
"196": "padding-left",
"197": "padding-right",
"198": "padding-top",
"199": "position",
"200": "r",
"201": "right",
"202": "rotate",
"203": "row-gap",
"204": "rx",
"205": "ry",
"206": "scale",
"207": "scrollbar-gutter",
"208": "scrollbar-width",
"209": "stop-color",
"210": "stop-opacity",
"211": "table-layout",
"212": "text-decoration-color",
"213": "text-decoration-style",
"214": "text-decoration-thickness",
"215": "text-overflow",
"216": "top",
"217": "transform",
"218": "transform-box",
"219": "transform-origin",
"220": "transition-delay",
"221": "transition-duration",
"222": "transition-property",
"223": "transition-timing-function",
"224": "translate",
"225": "unicode-bidi",
"226": "user-select",
"227": "vertical-align",
"228": "view-transition-name",
"229": "width",
"230": "x",
"231": "y",
"232": "z-index"
}
All properties associated with document.body.style by default:
{}
All properties associated with document.body.style after setting some properties:
{
"0": "display",
"1": "background-color",
"2": "font-size"
}