Title: [207811] trunk/LayoutTests
Revision
207811
Author
achristen...@apple.com
Date
2016-10-25 00:01:57 -0700 (Tue, 25 Oct 2016)

Log Message

Rebase test after r207805
https://bugs.webkit.org/show_bug.cgi?id=163929

* fetch/fetch-url-serialization-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (207810 => 207811)


--- trunk/LayoutTests/ChangeLog	2016-10-25 06:18:13 UTC (rev 207810)
+++ trunk/LayoutTests/ChangeLog	2016-10-25 07:01:57 UTC (rev 207811)
@@ -1,3 +1,10 @@
+2016-10-25  Alex Christensen  <achristen...@webkit.org>
+
+        Rebase test after r207805
+        https://bugs.webkit.org/show_bug.cgi?id=163929
+
+        * fetch/fetch-url-serialization-expected.txt:
+
 2016-10-24  Ryosuke Niwa  <rn...@webkit.org>
 
         Custom elements reactions should have a queue per element

Modified: trunk/LayoutTests/fetch/fetch-url-serialization-expected.txt (207810 => 207811)


--- trunk/LayoutTests/fetch/fetch-url-serialization-expected.txt	2016-10-25 06:18:13 UTC (rev 207810)
+++ trunk/LayoutTests/fetch/fetch-url-serialization-expected.txt	2016-10-25 07:01:57 UTC (rev 207811)
@@ -123,9 +123,9 @@
 PASS Testing Request url 'http://example.com/foo/bar/../ton/../../a' with base 'about:blank' 
 PASS Testing Request url 'http://example.com/foo/../../..' with base 'about:blank' 
 PASS Testing Request url 'http://example.com/foo/../../../ton' with base 'about:blank' 
-PASS Testing Request url 'http://example.com/foo/%2e' with base 'about:blank' 
-PASS Testing Request url 'http://example.com/foo/%2e%2' with base 'about:blank' 
-PASS Testing Request url 'http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar' with base 'about:blank' 
+FAIL Testing Request url 'http://example.com/foo/%2e' with base 'about:blank' assert_equals: expected "http://example.com/foo/" but got "http://example.com/foo/%2e"
+FAIL Testing Request url 'http://example.com/foo/%2e%2' with base 'about:blank' assert_equals: expected "http://example.com/foo/.%2" but got "http://example.com/foo/%2e%2"
+FAIL Testing Request url 'http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar' with base 'about:blank' assert_equals: expected "http://example.com/..bar" but got "http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar"
 PASS Testing Request url 'http://example.com////../..' with base 'about:blank' 
 PASS Testing Request url 'http://example.com/foo/bar//../..' with base 'about:blank' 
 PASS Testing Request url 'http://example.com/foo/bar//..' with base 'about:blank' 
@@ -154,8 +154,8 @@
 PASS Testing Request url 'http://[www.google.com]/' with base 'about:blank' 
 PASS Testing Request url 'http://www.google.com' with base 'about:blank' 
 PASS Testing Request url 'http://192.0x00A80001' with base 'about:blank' 
-PASS Testing Request url 'http://www/foo%2Ehtml' with base 'about:blank' 
-PASS Testing Request url 'http://www/foo/%2E/html' with base 'about:blank' 
+FAIL Testing Request url 'http://www/foo%2Ehtml' with base 'about:blank' assert_equals: expected "http://www/foo.html" but got "http://www/foo%2Ehtml"
+FAIL Testing Request url 'http://www/foo/%2E/html' with base 'about:blank' assert_equals: expected "http://www/foo/html" but got "http://www/foo/%2E/html"
 PASS Testing Request url 'http://user:pass@/' with base 'about:blank' 
 PASS Testing Request url 'http://%25DOMAIN:foo...@foodomain.com/' with base 'about:blank' 
 PASS Testing Request url 'http:\\www.google.com\foo' with base 'about:blank' 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to