Skip to content

Commit

Permalink
[rsafor] Move to tentative external WPTs
Browse files Browse the repository at this point in the history
The spec is still subject to change, but it merits moving out of
wpt_internal. The tests are all marked tentative via the directory name.

Bug: 1410556
Change-Id: I4a77ed151634ca33f84a717bef9f4645b83be0e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4198028
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Matt Reichhoff <mreichhoff@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1098027}
  • Loading branch information
mreichhoff authored and Chromium LUCI CQ committed Jan 27, 2023
1 parent 146a22e commit e3a4dce
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 23 deletions.
4 changes: 2 additions & 2 deletions third_party/blink/web_tests/VirtualTestSuites
Original file line number Diff line number Diff line change
Expand Up @@ -894,9 +894,9 @@
"expires": "Jul 1, 2023"
},
{
"prefix": "storage-access-api-for-origin-extension",
"prefix": "top-level-storage-access-api",
"platforms": ["Linux", "Mac", "Win"],
"bases": [ "wpt_internal/storage-access-api" ],
"bases": [ "external/wpt/top-level-storage-access-api" ],
"args": [ "--enable-features=StorageAccessAPI,StorageAccessAPIForOriginExtension" ],
"expires": "Jul 1, 2023"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# requestStorageAccessForOrigin Tests
These tests are tentative. They are based on a proposed requestStorageAccessForOrigin extension to the Storage Access API which can be read about [in the explainer](https://github.com/privacycg/requestStorageAccessForOrigin).

Note that the spec is in progress, and available [rendered](https://privacycg.github.io/requestStorageAccessForOrigin/) and [in bikeshed source](https://github.com/privacycg/requestStorageAccessForOrigin/blob/main/index.bs).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[requestStorageAccessForOrigin.sub.tentative.window.html]
[requestStorageAccessForOrigin.sub.window.html]
[[same-origin-frame\] document.requestStorageAccessForOrigin() should be rejected when called in an iframe]
expected:
if product == "chrome": FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<div id=log></div>
<script src="../requestStorageAccessForOrigin.sub.tentative.window.js"></script>
<script src="../requestStorageAccessForOrigin.sub.window.js"></script>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See third_party/blink/web_tests/external/wpt/top-level-storage-access-api/README.md

This file was deleted.

0 comments on commit e3a4dce

Please sign in to comment.