Title: [175399] trunk/LayoutTests
Revision
175399
Author
[email protected]
Date
2014-10-30 17:16:12 -0700 (Thu, 30 Oct 2014)

Log Message

Layout Test http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html is failing.
https://bugs.webkit.org/show_bug.cgi?id=138072

Patch by Shivakumar JM <[email protected]> on 2014-10-30
Reviewed by Alexey Proskuryakov.

* http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt:
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (175398 => 175399)


--- trunk/LayoutTests/ChangeLog	2014-10-30 23:57:59 UTC (rev 175398)
+++ trunk/LayoutTests/ChangeLog	2014-10-31 00:16:12 UTC (rev 175399)
@@ -1,3 +1,13 @@
+2014-10-30  Shivakumar JM  <[email protected]>
+
+        Layout Test http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html is failing.
+        https://bugs.webkit.org/show_bug.cgi?id=138072
+
+        Reviewed by Alexey Proskuryakov.
+
+        * http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt:
+        * http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html:
+
 2014-10-30  Roger Fong  <[email protected]>
 
         [Windows] More text rebaselining.

Modified: trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt (175398 => 175399)


--- trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt	2014-10-30 23:57:59 UTC (rev 175398)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt	2014-10-31 00:16:12 UTC (rev 175399)
@@ -39,9 +39,10 @@
 PASS responseURL is ""
 req.readyState = 1: responseURL = 
 PASS responseURL is ""
-req.readyState = 2: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources/redirect-cors.php
-req.readyState = 4: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources/redirect-cors.php
-PASS responseURL is "http://127.0.0.1:8000/xmlhttprequest/resources/redirect-cors.php"
+req.readyState = 2: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources/get.txt
+req.readyState = 3: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources/get.txt
+req.readyState = 4: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources/get.txt
+PASS responseURL is "http://127.0.0.1:8000/xmlhttprequest/resources/get.txt"
 req.readyState = 1: responseURL = 
 PASS successfullyParsed is true
 

Modified: trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html (175398 => 175399)


--- trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html	2014-10-30 23:57:59 UTC (rev 175398)
+++ trunk/LayoutTests/http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html	2014-10-31 00:16:12 UTC (rev 175399)
@@ -48,10 +48,10 @@
     window.responseURL = req.responseURL;
     shouldBeEqualToString('responseURL', 'http://127.0.0.1:8000/xmlhttprequest/resources/redirect.php?url=""
 
-    return runTest('resources/redirect-cors.php', 'text');
+    return runTest('resources/redirect-cors.php?url="" 'text');
 }).then(function(req) {
     window.responseURL = req.responseURL;
-    shouldBeEqualToString('responseURL', 'http://127.0.0.1:8000/xmlhttprequest/resources/redirect-cors.php');
+    shouldBeEqualToString('responseURL', 'http://127.0.0.1:8000/xmlhttprequest/resources/get.txt');
 
     req.open('GET', 'http://127.0.0.1:8000/xmlhttprequest/resources/not-found.txt');
 }).catch(function(reason) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to