mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
Rather than returning a relative URL, an absolutized URL is now returned relative to the document base URL
4 lines
217 B
Plaintext
4 lines
217 B
Plaintext
form.action initial value: http://www.example.com/
|
|
Final segment of form.action after setting to the empty string: HTMLFormElement-action.html
|
|
Final segment of form.action after setting to "../test.html": test.html
|