mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update web-platform-tests to revision 55be31752d6d8ae224f4922689e6cdc75576e1e2
This commit is contained in:
parent
2efc2e2880
commit
8e4409345a
109 changed files with 769 additions and 420 deletions
|
@ -191,6 +191,6 @@ promise_test(async testCase => {
|
|||
scope: 'Window',
|
||||
container: null,
|
||||
});
|
||||
const result = await performance.measureMemory();
|
||||
const result = await performance.measureUserAgentSpecificMemory();
|
||||
checkMeasureMemory(result, expected);
|
||||
}, 'performance.measureMemory URLs within a cross-site iframe.');
|
||||
}, 'performance.measureUserAgentSpecificMemory URLs within a cross-site iframe.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue