Skip to content

Commit

Permalink
Use correct pathname for URL test
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Aug 12, 2015
1 parent 942404a commit 325c166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url/urltestdata.txt
Expand Up @@ -259,7 +259,7 @@ test.txt s:http h:www.example.com p:/test.txt
http://www.example2.com s:http h:www.example2.com p:/
//www.example2.com s:http h:www.example2.com p:/
file:... s:file h: p:/...
file:.. s:file h: p:/..
file:.. s:file h: p:/
file:a s:file h: p:/a

# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/host.html
Expand Down

0 comments on commit 325c166

Please sign in to comment.