Sign in
webkit
/
WebKit
/
44fc38216bac7e8ec330d93131396f5255a57d5b
/
.
/
LayoutTests
/
fast
/
canvas
/
canvas-putImageData-zero-alpha-expected.html
blob: c8fd42c5c02f42f0e003a03206427f72abe4f13a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
background-color
:
blue
;
}
#
box
{
width
:
100px
;
height
:
100px
;
border
:
1px
solid
;
}
</style>
</head>
<body>
<canvas
id
=
"box"
width
=
"100"
height
=
"100"
>
</canvas>
</body>
</html>