mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
… when parsing as an absolute URL (without a base) fails. Previously, arguments were parsed as URLs with the current working directory converted to an URL and used as the base URL. This mostly worked for relative filenames, except that `?` and `#` had a special meaning and needed to be percent-encoded. Fix #3340.
9 lines
106 B
HTML
9 lines
106 B
HTML
<html>
|
|
<head>
|
|
<title>hello</title>
|
|
</head>
|
|
<body>
|
|
<strong>Hello!</strong>
|
|
</body>
|
|
</html>
|