Title: [210703] branches/safari-603-branch/LayoutTests

Diff

Modified: branches/safari-603-branch/LayoutTests/ChangeLog (210702 => 210703)


--- branches/safari-603-branch/LayoutTests/ChangeLog	2017-01-13 06:10:08 UTC (rev 210702)
+++ branches/safari-603-branch/LayoutTests/ChangeLog	2017-01-13 06:10:11 UTC (rev 210703)
@@ -1,5 +1,16 @@
 2017-01-12  Matthew Hanson  <matthew_han...@apple.com>
 
+        Merge r210610. rdar://problem/15307582
+
+    2017-01-11  Brent Fulgham  <bfulg...@apple.com>
+
+            Rebaseline two tests after r210599.
+
+            * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
+            * storage/domstorage/sessionstorage/blocked-file-access-expected.txt:
+
+2017-01-12  Matthew Hanson  <matthew_han...@apple.com>
+
         Merge r210593. rdar://problem/29970907
 
     2017-01-11  Chris Dumez  <cdu...@apple.com>

Modified: branches/safari-603-branch/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt (210702 => 210703)


--- branches/safari-603-branch/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt	2017-01-13 06:10:08 UTC (rev 210702)
+++ branches/safari-603-branch/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt	2017-01-13 06:10:11 UTC (rev 210703)
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: line 64: Not allowed to load local resource: nonexistent.html
+CONSOLE MESSAGE: line 64: XMLHttpRequest cannot load nonexistent.html due to access control checks.
 
 Bug 22475: REGRESSION: Async XMLHttpRequest never finishes on nonexistent files anymore
 

Modified: branches/safari-603-branch/LayoutTests/storage/domstorage/sessionstorage/blocked-file-access-expected.txt (210702 => 210703)


--- branches/safari-603-branch/LayoutTests/storage/domstorage/sessionstorage/blocked-file-access-expected.txt	2017-01-13 06:10:08 UTC (rev 210702)
+++ branches/safari-603-branch/LayoutTests/storage/domstorage/sessionstorage/blocked-file-access-expected.txt	2017-01-13 06:10:11 UTC (rev 210703)
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: Not allowed to load local resource: clearSessionStorage.js
 CONSOLE MESSAGE: line 10: PASS: window.sessionStorage was accessible
 
 Test that we are permitted access to sessionStorage from a file URL if universal access is turned off.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to