Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-17 01:51:57 +02:00
parent 69fc5ca9fd
commit 373d22119f
3 changed files with 4 additions and 4 deletions

View file

@ -297,7 +297,7 @@ impl HTMLInputElement {
.clone();
HTMLInputElement {
htmlelement: HTMLElement::new_inherited_with_state(
ElementState::IN_ENABLED_STATE | ElementState::IN_READ_WRITE_STATE,
ElementState::IN_ENABLED_STATE | ElementState::IN_READWRITE_STATE,
local_name,
prefix,
document,