<!doctype html>
<meta charset="utf-8">
<title>Verifies overflow applies to canvas elements</title>
<link rel="help" href="https://drafts.csswg.org/css-overflow/#propdef-overflow">
<link rel="author" title="Khushal Sagar" href="mailto:[email protected]">
<script src="../css-images/support/testHelper.js"></script>
<body>
<canvas></canvas>
</body>
<script>
paintCanvases();
</script>