Is MaxPooling2d Layer with zero padding keeping the edge pixels?

Test code is below:

With 1 pixel zero padding, the left top pixel should be 0 rather than -1.5256. Could anybody tell me the reason?