Update web-platform-tests to revision 401d9618fcda9dfbeac49b8055df98386f6118f1

This commit is contained in:
WPT Sync Bot 2020-06-23 08:20:40 +00:00
parent c76d1318f3
commit 260441296f
139 changed files with 1277 additions and 724 deletions

View file

@ -32,9 +32,8 @@ function drawCanvas(canvasID, color, width) {
context.fillRect(40, 40, width, width);
};
drawCanvas('box-1', 'rgb(50, 100, 150)', '50px');
drawCanvas('box-2', 'rgb(150, 100, 50)', '100px');
drawCanvas('box-1', 'rgb(50, 100, 150)', '50');
drawCanvas('box-2', 'rgb(150, 100, 50)', '100');
</script>
</body>
</html>