Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
canvas.html
blob: 33083a0d76e481e92bf6d5dfea1f39861c461e15 [
file
] [
log
] [
blame
]
<!--
@WIN-DENY:name*
-->
<html>
<body>
<canvas
width
=
100
height
=
100
></canvas>
<canvas
width
=
100
height
=
100
>
Static fallback
</canvas>
<canvas
width
=
100
height
=
100
layoutsubtree
=
true
>
Static fallback
</canvas>
</body>
</html>