<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body> | |
This test makes sure that putImageData() isn't affected by subsequent changes to the ImageData. The test passes if you see a green square below. | |
<div style="width: 100px; height: 100px; background: rgb(0, 255, 0)"></div> | |
</body> | |
</html> |