mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:37:44 +00:00
LibWeb: Reset form association when the element's form attribute changes
This commit is contained in:
parent
23fb1209af
commit
960dcf0e56
12 changed files with 75 additions and 40 deletions
|
@ -1,4 +1,4 @@
|
|||
== Elements and Names ==
|
||||
== Elements and Names ==
|
||||
formy.length: 12
|
||||
elements.length: 12
|
||||
elements[0] === form.foo
|
||||
|
@ -32,3 +32,9 @@ Can we still use the same name?: true
|
|||
new hello is goodbye? false
|
||||
new hello is old hello? false
|
||||
new hello is newInput? true
|
||||
== Changing form attribute ==
|
||||
elements in changeForFormAttribute: 0
|
||||
elements in changeForFormAttribute: 1
|
||||
elements in changeForFormAttribute: 0
|
||||
elements in changeForFormAttribute: 1
|
||||
elements in changeForFormAttribute: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue