mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Resolve HTMLFormElement.action
relative to document base URL
Rather than returning a relative URL, an absolutized URL is now returned relative to the document base URL
This commit is contained in:
parent
33c62be7f9
commit
48e5d28ec9
Notes:
github-actions[bot]
2024-09-08 07:48:40 +00:00
Author: https://github.com/tcl3
Commit: 48e5d28ec9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1321
3 changed files with 21 additions and 4 deletions
|
@ -0,0 +1,3 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue