Title: [188044] branches/safari-600.8-branch/LayoutTests
Revision
188044
Author
beid...@apple.com
Date
2015-08-06 10:44:45 -0700 (Thu, 06 Aug 2015)

Log Message

Re-baseline test for WK1 on this branch

Collaboration of Brady and Alexey.

* platform/mac-wk1/http: Added.
* platform/mac-wk1/http/tests: Added.
* platform/mac-wk1/http/tests/misc: Added.
* platform/mac-wk1/http/tests/misc/authentication-redirect-3: Added.
* platform/mac-wk1/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: branches/safari-600.8-branch/LayoutTests/ChangeLog (188043 => 188044)


--- branches/safari-600.8-branch/LayoutTests/ChangeLog	2015-08-06 17:30:44 UTC (rev 188043)
+++ branches/safari-600.8-branch/LayoutTests/ChangeLog	2015-08-06 17:44:45 UTC (rev 188044)
@@ -1,3 +1,15 @@
+2015-08-06  Brady Eidson  <beid...@apple.com>
+
+        Re-baseline test for WK1 on this branch
+
+        Collaboration of Brady and Alexey.
+
+        * platform/mac-wk1/http: Added.
+        * platform/mac-wk1/http/tests: Added.
+        * platform/mac-wk1/http/tests/misc: Added.
+        * platform/mac-wk1/http/tests/misc/authentication-redirect-3: Added.
+        * platform/mac-wk1/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt: Added.
+
 2015-07-29  Babak Shafiei  <bshaf...@apple.com>
 
         Roll out r185848.

Added: branches/safari-600.8-branch/LayoutTests/platform/mac-wk1/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt (0 => 188044)


--- branches/safari-600.8-branch/LayoutTests/platform/mac-wk1/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt	                        (rev 0)
+++ branches/safari-600.8-branch/LayoutTests/platform/mac-wk1/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt	2015-08-06 17:44:45 UTC (rev 188044)
@@ -0,0 +1,28 @@
+http://127.0.0.1:8000/misc/authentication-redirect-3/resources/auth-then-redirect-with-url-credentials.php?redirect=301 - didReceiveAuthenticationChallenge - Responding with testUser:testPassword
+https://bugs.webkit.org/show_bug.cgi?id=66354
+You should load this page at 127.0.0.1:8000 because the test relies on redirects within the 127.0.0.1:8000 security origin.
+This test loads a php script which demands http authentication, then uses it to redirect to another script in the same origin that shows what authentication headers were sent with the final request.
+The redirect includes credentials in the location url, and they should be preferred over credentials that WebCore has cached.
+It does this once each for HTTP 301, 302, 303, and 307 redirects.
+If not running under DRT, enter any credentials when asked.
+
+
+--------
+Frame: '<!--framePath //<!--frame0-->-->'
+--------
+Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword'
+
+--------
+Frame: '<!--framePath //<!--frame1-->-->'
+--------
+Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword'
+
+--------
+Frame: '<!--framePath //<!--frame2-->-->'
+--------
+Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword'
+
+--------
+Frame: '<!--framePath //<!--frame3-->-->'
+--------
+Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to