mirror of
https://github.com/servo/servo.git
synced 2025-08-19 20:35:34 +01:00
Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317
This commit is contained in:
parent
aa199307c8
commit
2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions
|
|
@ -9,7 +9,12 @@
|
|||
<script>
|
||||
const t = async_test(t => {
|
||||
window.addEventListener('message', t.step_func(e => {
|
||||
assert_equals(e.data, 'longtask+same-origin-ancestor+script+++');
|
||||
assert_equals(e.data['entryType'], 'longtask');
|
||||
assert_equals(e.data['frame-attribution'], 'same-origin-ancestor');
|
||||
assert_equals(e.data['task-attribution'], 'script');
|
||||
assert_equals(e.data['containerId'], '');
|
||||
assert_equals(e.data['containerName'], '');
|
||||
assert_equals(e.data['containerSrc'], '');
|
||||
t.done();
|
||||
}));
|
||||
}, 'Performance longtask entries in parent are observable in child iframe.');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue