| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,16 +26,16 @@ Last update: | |||
| 26 | 26 | - interfaces: https://github.com/web-platform-tests/wpt/tree/e1b27be06b/interfaces | |
| 27 | 27 | - performance-timeline: https://github.com/web-platform-tests/wpt/tree/94caab7038/performance-timeline | |
| 28 | 28 | - resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing | |
| 29 | - - resources: https://github.com/web-platform-tests/wpt/tree/1e140d63ec/resources | ||
| 29 | + - resources: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/resources | ||
| 30 | 30 | - streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams | |
| 31 | 31 | - url: https://github.com/web-platform-tests/wpt/tree/a23788b77a/url | |
| 32 | 32 | - user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing | |
| 33 | 33 | - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi | |
| 34 | 34 | - wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi | |
| 35 | - - WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/ab08796857/WebCryptoAPI | ||
| 36 | - - webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/a370aad338/webidl/ecmascript-binding/es-exceptions | ||
| 35 | + - WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/WebCryptoAPI | ||
| 36 | + - webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/2f96fa1996/webidl/ecmascript-binding/es-exceptions | ||
| 37 | 37 | - webmessaging/broadcastchannel: https://github.com/web-platform-tests/wpt/tree/6495c91853/webmessaging/broadcastchannel | |
| 38 | - - webstorage: https://github.com/web-platform-tests/wpt/tree/1291340aaa/webstorage | ||
| 38 | + - webstorage: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/webstorage | ||
| 39 | 39 | ||
| 40 | 40 | [Web Platform Tests]: https://github.com/web-platform-tests/wpt | |
| 41 | 41 | [`git node wpt`]: https://github.com/nodejs/node-core-utils/blob/main/docs/git-node.md#git-node-wpt | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,9 +60,9 @@ for (const array of arrays) { | |||
| 60 | 60 | ||
| 61 | 61 | test(function() { | |
| 62 | 62 | const maxlength = 65536 / ctor.BYTES_PER_ELEMENT; | |
| 63 | - assert_throws_dom("QuotaExceededError", function() { | ||
| 64 | - self.crypto.getRandomValues(new ctor(maxlength + 1)) | ||
| 65 | - }, "crypto.getRandomValues length over 65536") | ||
| 63 | + assert_throws_quotaexceedederror(() => { | ||
| 64 | + self.crypto.getRandomValues(new ctor(maxlength + 1)); | ||
| 65 | + }, null, null, "crypto.getRandomValues length over 65536"); | ||
| 66 | 66 | }, "Large length: " + array); | |
| 67 | 67 | ||
| 68 | 68 | test(function() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments