Update web-platform-tests to revision b'704eebbe6af5b43643971e96e33a0c979fba2904'

This commit is contained in:
WPT Sync Bot 2023-01-25 01:33:16 +00:00
parent f8e014d0ba
commit a6bc3e1a73
194 changed files with 13122 additions and 1992 deletions

View file

@ -79,6 +79,6 @@ promise_test(async t => {
// Expected value computed based on GetVideoSignal code, which takes green pixel data
// with coefficient 0.72.
assert_approx_equals(pixelValue, 0.72*255, 2);
assert_approx_equals(pixelValue, 0.72*255, 3);
}, "Two PeerConnections relaying a canvas source");
</script>