SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
30.45k stars 3.18k forks source link

Cherry-pick "LibWeb: Add stub for ValidityState" #24609

Closed nico closed 3 months ago

nico commented 3 months ago

This fixes https://html5test.com/ as previously an exception was being thrown after trying to access this attribute which would then result in a popup about the test failing (and none of the test results being shown).

(cherry picked from commit e0bbbc729b6aad04ceff5f67c3e2868b65970047, manually amended with the output of git clang-format master)


This cherry-picks https://github.com/LadybirdBrowser/ladybird/pull/113