mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb: Exclude inert elements from find in page queries
This commit is contained in:
parent
d410fa8381
commit
2e27ffab6c
Notes:
github-actions[bot]
2025-02-21 12:43:06 +00:00
Author: https://github.com/tcl3
Commit: 2e27ffab6c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3475
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 28 additions and 11 deletions
2
Tests/LibWeb/Text/expected/HTML/Window-find-inert.txt
Normal file
2
Tests/LibWeb/Text/expected/HTML/Window-find-inert.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
window.find("inert") initial result: true
|
||||
window.find("inert") second call: false
|
Loading…
Add table
Add a link
Reference in a new issue