Update web-platform-tests to revision 55be31752d6d8ae224f4922689e6cdc75576e1e2

This commit is contained in:
WPT Sync Bot 2021-01-14 08:20:58 +00:00
parent 2efc2e2880
commit 8e4409345a
109 changed files with 769 additions and 420 deletions

View file

@ -24,7 +24,7 @@ promise_test(async testCase => {
]
},
]);
const result = await performance.measureMemory();
const result = await performance.measureUserAgentSpecificMemory();
checkMeasureMemory(result, [
{
url: window.location.href,
@ -32,4 +32,4 @@ promise_test(async testCase => {
container: null,
},
]);
}, 'performance.measureMemory does not leak URL of cross-origin window.open.');
}, 'performance.measureUserAgentSpecificMemory does not leak URL of cross-origin window.open.');