mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00: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.
8 lines
106 B
HTML
8 lines
106 B
HTML
<html>
|
|
<head>
|
|
<title>hello</title>
|
|
</head>
|
|
<body>
|
|
<strong>Hello!</strong>
|
|
</body>
|
|
</html>
|