mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
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:
parent
0ec0e92b10
commit
e0bbbc729b
Notes:
sideshowbarker
2024-07-17 03:25:24 +09:00
Author: https://github.com/shannonbooth
Commit: e0bbbc729b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/113
9 changed files with 87 additions and 1 deletions
|
@ -467,6 +467,7 @@ class TrackEvent;
|
|||
struct TransferDataHolder;
|
||||
class TraversableNavigable;
|
||||
class UserActivation;
|
||||
class ValidityState;
|
||||
class VideoTrack;
|
||||
class VideoTrackList;
|
||||
class Window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue