Title: [210610] trunk/LayoutTests
Revision
210610
Author
[email protected]
Date
2017-01-11 17:18:56 -0800 (Wed, 11 Jan 2017)

Log Message

Rebaseline two tests after r210599.

* fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
* storage/domstorage/sessionstorage/blocked-file-access-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (210609 => 210610)


--- trunk/LayoutTests/ChangeLog	2017-01-12 00:55:32 UTC (rev 210609)
+++ trunk/LayoutTests/ChangeLog	2017-01-12 01:18:56 UTC (rev 210610)
@@ -1,3 +1,10 @@
+2017-01-11  Brent Fulgham  <[email protected]>
+
+        Rebaseline two tests after r210599.
+
+        * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
+        * storage/domstorage/sessionstorage/blocked-file-access-expected.txt:
+
 2017-01-11  Nan Wang  <[email protected]>
 
         AX: role=treeitem accessible name not spoken to VoiceOver macOS when using string contained inside element

Modified: trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt (210609 => 210610)


--- trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt	2017-01-12 00:55:32 UTC (rev 210609)
+++ trunk/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt	2017-01-12 01:18:56 UTC (rev 210610)
@@ -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: trunk/LayoutTests/storage/domstorage/sessionstorage/blocked-file-access-expected.txt (210609 => 210610)


--- trunk/LayoutTests/storage/domstorage/sessionstorage/blocked-file-access-expected.txt	2017-01-12 00:55:32 UTC (rev 210609)
+++ trunk/LayoutTests/storage/domstorage/sessionstorage/blocked-file-access-expected.txt	2017-01-12 01:18:56 UTC (rev 210610)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to