mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-30 23:12:56 +00:00
Rather than returning a relative URL, an absolutized URL is now returned relative to the document base URL
3 lines
217 B
Text
3 lines
217 B
Text
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
|