Files
puppeteer/lib
Zeev Rosental 81edbbb58e fix(clicking): handle negative area results in computeQuadArea (#3413)
This patch fixes a case in which computeQuadArea calculates the area size correctly, but returns the area as a negative number.
This occurs when DOM.getContentQuads returns quads in a specific order.

E.g. the array: [ { x: 463, y: 68.5 },{ x: 437, y: 68.5 },{ x: 437, y: 94.5 },{ x: 463, y: 94.5 } ] will receive area size of -676.
2018-10-25 11:41:37 -07:00
..
2018-10-09 14:16:53 -07:00
2018-10-09 14:16:53 -07:00
2018-08-24 15:17:36 -07:00
2018-08-24 15:17:36 -07:00