mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 03:16:44 +02:00
7 lines
462 B
Plaintext
7 lines
462 B
Plaintext
button.formAction initial value: http://www.example.com/
|
|
Final segment of button.formAction after setting to the empty string: formAction-attribute.html
|
|
Final segment of button.formAction after setting to "../test.html": test.html
|
|
input.formAction initial value: http://www.example.com/
|
|
Final segment of input.formAction after setting to the empty string: formAction-attribute.html
|
|
Final segment of input.formAction after setting to "../test.html": test.html
|