mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 401d9618fcda9dfbeac49b8055df98386f6118f1
This commit is contained in:
parent
c76d1318f3
commit
260441296f
139 changed files with 1277 additions and 724 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue