mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 03:36:36 +00:00
LibWeb: Remove unintentional recursion in ValidityState::valid
This commit is contained in:
parent
8e3798b25e
commit
dd8cca180f
Notes:
github-actions[bot]
2025-02-18 20:59:34 +00:00
Author: https://github.com/tcl3
Commit: dd8cca180f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3618
Reviewed-by: https://github.com/gmta ✅
2 changed files with 7 additions and 1 deletions
6
Tests/LibWeb/Crash/HTML/validity-attribute.html
Normal file
6
Tests/LibWeb/Crash/HTML/validity-attribute.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<input>
|
||||
<script>
|
||||
const input = document.querySelector('input');
|
||||
const isValid = input.validity.valid;
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue