forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests verifying non-special URL hosts are parsed according to spec
https://bugs.webkit.org/show_bug.cgi?id=162885 Reviewed by Sam Weinig. * TestWebKitAPI/Tests/WebCore/URLParser.cpp: (TestWebKitAPI::TEST_F): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@206792 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
22ca87a
commit 9ced81e
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2016-10-04 Alex Christensen <[email protected]> | ||
|
||
Add tests verifying non-special URL hosts are parsed according to spec | ||
https://bugs.webkit.org/show_bug.cgi?id=162885 | ||
|
||
Reviewed by Sam Weinig. | ||
|
||
* TestWebKitAPI/Tests/WebCore/URLParser.cpp: | ||
(TestWebKitAPI::TEST_F): | ||
|
||
2016-10-04 Anders Carlsson <[email protected]> | ||
|
||
Properly kill web processes in the launching state | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters