mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 18:37:37 +02:00
Rather than returning a relative URL, an absolutized URL is now returned relative to the document base URL (cherry picked from commit 48e5d28ec985aeaee565d06a625a0d664b6975d3)
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
|