mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 13:46:31 +00:00
LibWeb: Invalidate sheet owners after mutating cssText of its rules
Some checks are pending
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (arm64, macos-15, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (x86_64, ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Some checks are pending
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (arm64, macos-15, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (x86_64, ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
This fixes one source of flakiness on WPT (of many) where we wouldn't recompute style after programmatically altering the contents of a style sheet, but instead had to wait for something else to cause invalidation.
This commit is contained in:
parent
6db20a9453
commit
2aa6d7636c
Notes:
github-actions[bot]
2025-04-12 13:16:55 +00:00
Author: https://github.com/awesomekling
Commit: 2aa6d7636c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4332
Reviewed-by: https://github.com/tcl3 ✅
4 changed files with 681 additions and 0 deletions
|
@ -0,0 +1,203 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 197 tests
|
||||
|
||||
187 Pass
|
||||
10 Fail
|
||||
Pass accent-color
|
||||
Pass border-collapse
|
||||
Pass border-spacing
|
||||
Pass caption-side
|
||||
Pass caret-color
|
||||
Pass clip-rule
|
||||
Pass color
|
||||
Pass color-scheme
|
||||
Pass cursor
|
||||
Pass direction
|
||||
Pass fill
|
||||
Pass fill-opacity
|
||||
Pass fill-rule
|
||||
Pass font-family
|
||||
Pass font-feature-settings
|
||||
Pass font-language-override
|
||||
Pass font-size
|
||||
Pass font-style
|
||||
Pass font-variant-alternates
|
||||
Pass font-variant-caps
|
||||
Pass font-variant-east-asian
|
||||
Pass font-variant-emoji
|
||||
Pass font-variant-ligatures
|
||||
Pass font-variant-numeric
|
||||
Pass font-variant-position
|
||||
Pass font-variation-settings
|
||||
Pass font-weight
|
||||
Pass font-width
|
||||
Pass image-rendering
|
||||
Pass letter-spacing
|
||||
Pass line-height
|
||||
Pass list-style-position
|
||||
Pass list-style-type
|
||||
Pass math-depth
|
||||
Pass math-shift
|
||||
Pass math-style
|
||||
Pass pointer-events
|
||||
Pass quotes
|
||||
Pass stroke
|
||||
Pass stroke-dasharray
|
||||
Pass stroke-dashoffset
|
||||
Pass stroke-linecap
|
||||
Pass stroke-linejoin
|
||||
Pass stroke-miterlimit
|
||||
Pass stroke-opacity
|
||||
Pass stroke-width
|
||||
Pass tab-size
|
||||
Pass text-align
|
||||
Pass text-anchor
|
||||
Pass text-decoration-line
|
||||
Pass text-indent
|
||||
Pass text-justify
|
||||
Pass text-shadow
|
||||
Pass text-transform
|
||||
Pass visibility
|
||||
Pass white-space
|
||||
Pass word-break
|
||||
Pass word-spacing
|
||||
Pass word-wrap
|
||||
Pass writing-mode
|
||||
Pass align-items
|
||||
Pass align-self
|
||||
Pass animation-delay
|
||||
Pass animation-direction
|
||||
Pass animation-duration
|
||||
Pass animation-fill-mode
|
||||
Pass animation-iteration-count
|
||||
Fail animation-name
|
||||
Pass animation-play-state
|
||||
Pass animation-timing-function
|
||||
Pass appearance
|
||||
Pass aspect-ratio
|
||||
Pass backdrop-filter
|
||||
Pass background-attachment
|
||||
Pass background-blend-mode
|
||||
Pass background-clip
|
||||
Pass background-color
|
||||
Pass background-origin
|
||||
Pass background-repeat
|
||||
Pass background-size
|
||||
Fail block-size
|
||||
Pass bottom
|
||||
Pass box-shadow
|
||||
Pass box-sizing
|
||||
Pass clear
|
||||
Pass clip
|
||||
Pass clip-path
|
||||
Pass column-count
|
||||
Pass column-gap
|
||||
Pass column-span
|
||||
Pass column-width
|
||||
Pass contain
|
||||
Pass content
|
||||
Pass content-visibility
|
||||
Pass counter-increment
|
||||
Pass counter-reset
|
||||
Pass counter-set
|
||||
Pass cx
|
||||
Pass cy
|
||||
Pass display
|
||||
Pass flex-basis
|
||||
Pass flex-direction
|
||||
Pass flex-grow
|
||||
Pass flex-shrink
|
||||
Pass flex-wrap
|
||||
Pass float
|
||||
Pass grid-auto-columns
|
||||
Pass grid-auto-flow
|
||||
Pass grid-auto-rows
|
||||
Pass grid-column-end
|
||||
Pass grid-column-start
|
||||
Pass grid-row-end
|
||||
Pass grid-row-start
|
||||
Pass grid-template-areas
|
||||
Pass grid-template-columns
|
||||
Pass grid-template-rows
|
||||
Fail height
|
||||
Fail inline-size
|
||||
Pass inset-block-end
|
||||
Pass inset-block-start
|
||||
Pass inset-inline-end
|
||||
Pass inset-inline-start
|
||||
Pass isolation
|
||||
Pass justify-content
|
||||
Pass justify-items
|
||||
Pass justify-self
|
||||
Pass left
|
||||
Pass margin-block-end
|
||||
Pass margin-block-start
|
||||
Pass margin-bottom
|
||||
Pass margin-inline-end
|
||||
Pass margin-inline-start
|
||||
Pass margin-left
|
||||
Pass margin-right
|
||||
Pass margin-top
|
||||
Pass mask-image
|
||||
Pass mask-type
|
||||
Fail max-block-size
|
||||
Pass max-height
|
||||
Fail max-inline-size
|
||||
Pass max-width
|
||||
Fail min-block-size
|
||||
Pass min-height
|
||||
Fail min-inline-size
|
||||
Pass min-width
|
||||
Pass mix-blend-mode
|
||||
Pass object-fit
|
||||
Pass object-position
|
||||
Pass opacity
|
||||
Pass order
|
||||
Pass outline-color
|
||||
Pass outline-offset
|
||||
Pass outline-style
|
||||
Pass outline-width
|
||||
Pass overflow-x
|
||||
Pass overflow-y
|
||||
Pass padding-block-end
|
||||
Pass padding-block-start
|
||||
Pass padding-bottom
|
||||
Pass padding-inline-end
|
||||
Pass padding-inline-start
|
||||
Pass padding-left
|
||||
Pass padding-right
|
||||
Pass padding-top
|
||||
Pass position
|
||||
Pass r
|
||||
Pass right
|
||||
Pass rotate
|
||||
Pass row-gap
|
||||
Pass rx
|
||||
Pass ry
|
||||
Pass scale
|
||||
Pass scrollbar-gutter
|
||||
Pass scrollbar-width
|
||||
Pass stop-color
|
||||
Pass stop-opacity
|
||||
Pass table-layout
|
||||
Pass text-decoration-color
|
||||
Pass text-decoration-style
|
||||
Pass text-decoration-thickness
|
||||
Pass text-overflow
|
||||
Pass top
|
||||
Fail transform
|
||||
Pass transform-box
|
||||
Pass transition-delay
|
||||
Pass transition-duration
|
||||
Pass transition-property
|
||||
Pass transition-timing-function
|
||||
Pass translate
|
||||
Pass unicode-bidi
|
||||
Pass user-select
|
||||
Pass vertical-align
|
||||
Pass view-transition-name
|
||||
Fail width
|
||||
Pass x
|
||||
Pass y
|
||||
Pass z-index
|
Loading…
Add table
Add a link
Reference in a new issue