servo/tests/wpt/web-platform-tests/css/css-overflow/overflow-canvas-ref.html

13 lines
394 B
HTML

<!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:khushalsagar@chromium.org">
<script src="../css-images/support/testHelper.js"></script>
<body>
<canvas></canvas>
</body>
<script>
paintCanvases();
</script>