Title: [94734] trunk/LayoutTests
Revision
94734
Author
[email protected]
Date
2011-09-07 17:13:28 -0700 (Wed, 07 Sep 2011)

Log Message

Our results here reflect an intentional difference between GURL and
KURL.  KURL doesn't handle non-ASCII characters in the fragment in the
same was as IE whereas GURL does.

* platform/chromium/http/tests/uri: Added.
* platform/chromium/http/tests/uri/resolve-encoding-relative-expected.txt: Added.
* platform/chromium/test_expectations.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94733 => 94734)


--- trunk/LayoutTests/ChangeLog	2011-09-08 00:01:47 UTC (rev 94733)
+++ trunk/LayoutTests/ChangeLog	2011-09-08 00:13:28 UTC (rev 94734)
@@ -1,5 +1,15 @@
 2011-09-07  Adam Barth  <[email protected]>
 
+        Our results here reflect an intentional difference between GURL and
+        KURL.  KURL doesn't handle non-ASCII characters in the fragment in the
+        same was as IE whereas GURL does.
+
+        * platform/chromium/http/tests/uri: Added.
+        * platform/chromium/http/tests/uri/resolve-encoding-relative-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
+2011-09-07  Adam Barth  <[email protected]>
+
         Our behavior is correct with respect to the new cookie RFC.  I'm told
         that CFNetwork is going to change this behavior to match every other
         browser.

Added: trunk/LayoutTests/platform/chromium/http/tests/uri/resolve-encoding-relative-expected.txt (0 => 94734)


--- trunk/LayoutTests/platform/chromium/http/tests/uri/resolve-encoding-relative-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/http/tests/uri/resolve-encoding-relative-expected.txt	2011-09-08 00:13:28 UTC (rev 94734)
@@ -0,0 +1,9 @@
+Test how non-ASCII characters are encoded in relative URLs.
+
+1 2 3 4 5
+1. PASS
+2. FAIL: http://127.0.0.1:8000/uri/resolve-encoding-relative.html#фрагмент
+3. PASS
+4. PASS
+5. FAIL: http://127.0.0.1:8000/%D0%BF%D1%83%D1%82%D1%8C?%E7%E0%EF%F0%EE%F1#фрагмент
+

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (94733 => 94734)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-09-08 00:01:47 UTC (rev 94733)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-09-08 00:13:28 UTC (rev 94734)
@@ -786,8 +786,6 @@
 BUGCR11153 LINUX WIN : fast/canvas/canvas-incremental-repaint-2.html = FAIL
 BUGCR11153 LINUX WIN : fast/canvas/canvas-incremental-repaint.html = FAIL
 
-BUGCR20507 : http/tests/uri/resolve-encoding-relative.html = FAIL
-
 // test_shell, DRT do not correctly schedule paints when invalidating.
 BUGCR62433 WIN : fast/images/gif-loop-count.html = IMAGE
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to