LibWeb: Add stub for ValidityState

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).
This commit is contained in:
Shannon Booth 2024-06-09 15:13:38 +12:00 committed by Andreas Kling
commit e0bbbc729b
Notes: sideshowbarker 2024-07-17 03:25:24 +09:00
9 changed files with 87 additions and 1 deletions

View file

@ -467,6 +467,7 @@ class TrackEvent;
struct TransferDataHolder;
class TraversableNavigable;
class UserActivation;
class ValidityState;
class VideoTrack;
class VideoTrackList;
class Window;