mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibWeb: Implement the form associated element clear algorithm
This is a method defined in the WebDriver spec, but requires access to a bunch of private fields in these classes, so this is implemented in the same manner as the reset algorithm.
This commit is contained in:
committed by
Andreas Kling
parent
fadb14d31d
commit
516f5f7008
@@ -179,6 +179,7 @@ public:
|
||||
bool is_single_line() const;
|
||||
|
||||
virtual void reset_algorithm() override;
|
||||
virtual void clear_algorithm() override;
|
||||
|
||||
virtual void form_associated_element_was_inserted() override;
|
||||
virtual void form_associated_element_was_removed(DOM::Node*) override;
|
||||
|
||||
Reference in New Issue
Block a user