Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
canvas.html
blob: 312dfba56754029e30a6baef9e3039e9adaa4c23 [
file
]
<!--
@WIN-DENY:name*
-->
<html>
<body>
<canvas
width
=
100
height
=
100
>
Static fallback
</canvas>
<canvas
width
=
100
height
=
100
><a
href
=
"#"
>
Interactive fallback
</a></canvas>
</body>
</html>