diff options
author | Marcos Casagrande <marcoscvp90@gmail.com> | 2022-10-16 19:33:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 23:03:17 +0530 |
commit | 5252ff5dbd1e2adc9e38407be7ea50549612c543 (patch) | |
tree | 69a0eb8289235b864e1ce2368838b471b47c994a /tools | |
parent | 07213dec94398aab687afd435ea506b362a6671a (diff) |
fix(ext/cache): illegal constructor (#16205)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index ed43da7e5..d713775d0 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -4562,8 +4562,6 @@ "NavigationPreloadManager interface: operation disable()", "NavigationPreloadManager interface: operation setHeaderValue(ByteString)", "NavigationPreloadManager interface: operation getState()", - "Cache interface: existence and properties of interface object", - "Cache interface object length", "Cache interface: operation match(RequestInfo, optional CacheQueryOptions)", "Cache interface: operation matchAll(optional RequestInfo, optional CacheQueryOptions)", "Cache interface: operation add(RequestInfo)", @@ -4652,8 +4650,6 @@ "NavigationPreloadManager interface: operation disable()", "NavigationPreloadManager interface: operation setHeaderValue(ByteString)", "NavigationPreloadManager interface: operation getState()", - "Cache interface: existence and properties of interface object", - "Cache interface object length", "Cache interface: operation match(RequestInfo, optional CacheQueryOptions)", "Cache interface: operation matchAll(optional RequestInfo, optional CacheQueryOptions)", "Cache interface: operation add(RequestInfo)", |