Bug 164592
Summary: | REGRESSION (r208509): LayoutTest storage/domstorage/sessionstorage/blocked-file-access.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 155609 | ||
Bug Blocks: |
Ryan Haddad
LayoutTest storage/domstorage/sessionstorage/blocked-file-access.html is failing
https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r208537%20(1310)/results.html
--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/storage/domstorage/sessionstorage/blocked-file-access-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/storage/domstorage/sessionstorage/blocked-file-access-actual.txt
@@ -1,3 +1,4 @@
-CONSOLE MESSAGE: line 10: PASS: window.sessionStorage was accessible
+CONSOLE MESSAGE: line 12: FAIL: window.sessionStorage was not accessible
+CONSOLE MESSAGE: line 13: Exception: The operation is insecure.
Test that we are permitted access to sessionStorage from a file URL if universal access is turned off.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Started with http://trac.webkit.org/changeset/208509
Brent Fulgham
(In reply to comment #1)
> Started with http://trac.webkit.org/changeset/208509
Not surprising -- since that is the checkin that added that test! :-)
Brent Fulgham
(In reply to comment #2)
> (In reply to comment #1)
> > Started with http://trac.webkit.org/changeset/208509
>
> Not surprising -- since that is the checkin that added that test! :-)
Oh, wait! This is domstorage, not local storage. I'll fix.
Brent Fulgham
This problem was introduced because the fix for this (https://trac.webkit.org/changeset/198439) was lost during the rollout of the localStorage change, too.
I'll fix this shortly.
Brent Fulgham
This is effectively a duplicate of Bug 155609.
Brent Fulgham
Fixed by r208550 <https://trac.webkit.org/changeset/208550>.