mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
LibWeb/Tests: Also verify URL search params in constructor tests
This commit is contained in:
committed by
Tim Ledbetter
parent
1dc4959e91
commit
d7b19b3278
Notes:
github-actions[bot]
2024-08-06 22:09:18 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/d7b19b32787 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/987 Reviewed-by: https://github.com/tcl3 ✅
@@ -17,6 +17,7 @@
|
||||
println(`port => '${url.port}'`);
|
||||
println(`pathname => '${url.pathname}'`);
|
||||
println(`search => '${url.search}'`);
|
||||
println(`searchParams => '${url.searchParams}'`);
|
||||
println(`hash => '${url.hash}'`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user