Sign in
chromium
/
chromium
/
src.git
/
edabf4518f44d6bb65b103e68c13423b729e8977
/
.
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
canvas
/
canvas-no-alpha-invalidation-expected.html
blob: af7ee10a91ce4b1beeeb89549710c557be253f3b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<p>
Expect to see a black square below this line.
</p>
<canvas
id
=
'c'
width
=
'100'
height
=
'100'
></canvas>
<script>
document
.
getElementById
(
'c'
).
getContext
(
'2d'
).
fillRect
(
0
,
0
,
100
,
100
);
</script>