mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add a test-only API to spoof the current URL and origin
This is not that easy to use for test developers, as forgetting to set the url back to its original state after testing your specific API will cause future navigations to fail in inexplicable ways.
This commit is contained in:
committed by
Tim Ledbetter
parent
f0270b92f1
commit
acd604c5e1
@@ -383,12 +383,14 @@ XMLHttpRequest
|
||||
XMLHttpRequestEventTarget
|
||||
XMLHttpRequestUpload
|
||||
XMLSerializer
|
||||
__finishTest
|
||||
__preventMultipleTestFunctions
|
||||
animationFrame
|
||||
asyncTest
|
||||
printElement
|
||||
println
|
||||
promiseTest
|
||||
spoofCurrentURL
|
||||
test
|
||||
timeout
|
||||
webkitURL
|
||||
|
||||
Reference in New Issue
Block a user