mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
Update web-platform-tests to revision b'6275bd0cf6fcfbfb531d371666602ddf4ca6dbf6'
This commit is contained in:
@@ -89,6 +89,7 @@ promise_test(async t => {
|
||||
for (let i = 0; i < frames_to_encode; i++) {
|
||||
var frame = createFrame(original_w, original_h, next_ts++);
|
||||
encoder.encode(frame, {});
|
||||
frame.close();
|
||||
}
|
||||
|
||||
params.width = new_w;
|
||||
@@ -102,6 +103,7 @@ promise_test(async t => {
|
||||
for (let i = 0; i < frames_to_encode; i++) {
|
||||
var frame = createFrame(new_w, new_h, next_ts++);
|
||||
encoder.encode(frame, {});
|
||||
frame.close();
|
||||
}
|
||||
|
||||
await encoder.flush();
|
||||
|
||||
Reference in New Issue
Block a user