mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Tests: Use .invalid TLD for invalid requests
RFC2606 and RFC6761 define .invalid as a guaranteed-invalid TLD, so let's use it. Theoretically this should make the request fail much faster.
This commit is contained in:
Notes:
github-actions[bot]
2024-10-02 20:05:07 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/ea95e325390 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1597
@@ -1,8 +1,8 @@
|
||||
<form name="bob">
|
||||
<button type="submit" id="fred" name="george" value="submit">Submit</button>
|
||||
</form>
|
||||
<img name="foo" id="bar" src="http://www.example.com" alt="Example" />
|
||||
<img id="baz" src="http://www.example.com" alt="Example" />
|
||||
<img name="foo" id="bar" src="http://something.invalid" alt="Example" />
|
||||
<img id="baz" src="http://something.invalid" alt="Example" />
|
||||
<form name="foo">
|
||||
</form>
|
||||
<meta name="kangaroo" />
|
||||
|
||||
Reference in New Issue
Block a user