Title: [208258] trunk/LayoutTests/imported/w3c
- Revision
- 208258
- Author
- achristen...@apple.com
- Date
- 2016-11-01 16:31:33 -0700 (Tue, 01 Nov 2016)
Log Message
Rebase test after r208239
https://bugs.webkit.org/show_bug.cgi?id=164290
* web-platform-tests/url/url-setters-expected.txt:
This was an expected change. Non-special hosts are parsed differently than special hosts.
Modified Paths
Diff
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (208257 => 208258)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2016-11-01 23:23:20 UTC (rev 208257)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2016-11-01 23:31:33 UTC (rev 208258)
@@ -1,5 +1,13 @@
2016-11-01 Alex Christensen <achristen...@webkit.org>
+ Rebase test after r208239
+ https://bugs.webkit.org/show_bug.cgi?id=164290
+
+ * web-platform-tests/url/url-setters-expected.txt:
+ This was an expected change. Non-special hosts are parsed differently than special hosts.
+
+2016-11-01 Alex Christensen <achristen...@webkit.org>
+
Percent-encode non-ASCII code points in hosts of URLs with unrecognized schemes
https://bugs.webkit.org/show_bug.cgi?id=164290
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/url/url-setters-expected.txt (208257 => 208258)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/url/url-setters-expected.txt 2016-11-01 23:23:20 UTC (rev 208257)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/url/url-setters-expected.txt 2016-11-01 23:31:33 UTC (rev 208258)
@@ -165,7 +165,7 @@
PASS URL: Setting <http://example.net/path>.host = 'example.com:8080\stuff' Stuff after a \ delimiter is ignored for special schemes
PASS <a>: Setting <http://example.net/path>.host = 'example.com:8080\stuff' Stuff after a \ delimiter is ignored for special schemes
PASS <area>: Setting <http://example.net/path>.host = 'example.com:8080\stuff' Stuff after a \ delimiter is ignored for special schemes
-PASS URL: Setting <view-source+http://example.net/path>.host = 'example.com\stuff' \ is not a delimiter for non-special schemes, and it’s invalid in a domain
+FAIL URL: Setting <view-source+http://example.net/path>.host = 'example.com\stuff' \ is not a delimiter for non-special schemes, and it’s invalid in a domain assert_equals: expected "view-source+http://example.net/path" but got "view-source+http://example.com\\stuff/path"
FAIL <a>: Setting <view-source+http://example.net/path>.host = 'example.com\stuff' \ is not a delimiter for non-special schemes, and it’s invalid in a domain assert_equals: expected "view-source+http://example.net/path" but got "view-source+http://example.com\\stuff/path"
FAIL <area>: Setting <view-source+http://example.net/path>.host = 'example.com\stuff' \ is not a delimiter for non-special schemes, and it’s invalid in a domain assert_equals: expected "view-source+http://example.net/path" but got "view-source+http://example.com\\stuff/path"
PASS URL: Setting <view-source+http://example.net/path>.host = 'example.com:8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error
@@ -225,7 +225,7 @@
FAIL URL: Setting <http://example.net/path>.hostname = 'example.com\stuff' Stuff after a \ delimiter is ignored for special schemes assert_equals: expected "http://example.com/path" but got "http://example.com/stuff/path"
FAIL <a>: Setting <http://example.net/path>.hostname = 'example.com\stuff' Stuff after a \ delimiter is ignored for special schemes assert_equals: expected "http://example.com/path" but got "http://example.com/stuff/path"
FAIL <area>: Setting <http://example.net/path>.hostname = 'example.com\stuff' Stuff after a \ delimiter is ignored for special schemes assert_equals: expected "http://example.com/path" but got "http://example.com/stuff/path"
-PASS URL: Setting <view-source+http://example.net/path>.hostname = 'example.com\stuff' \ is not a delimiter for non-special schemes, and it’s invalid in a domain
+FAIL URL: Setting <view-source+http://example.net/path>.hostname = 'example.com\stuff' \ is not a delimiter for non-special schemes, and it’s invalid in a domain assert_equals: expected "view-source+http://example.net/path" but got "view-source+http://example.com\\stuff/path"
FAIL <a>: Setting <view-source+http://example.net/path>.hostname = 'example.com\stuff' \ is not a delimiter for non-special schemes, and it’s invalid in a domain assert_equals: expected "view-source+http://example.net/path" but got "view-source+http://example.com\\stuff/path"
FAIL <area>: Setting <view-source+http://example.net/path>.hostname = 'example.com\stuff' \ is not a delimiter for non-special schemes, and it’s invalid in a domain assert_equals: expected "view-source+http://example.net/path" but got "view-source+http://example.com\\stuff/path"
PASS URL: Setting <http://example.net>.port = '8080'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes