0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/test/assets/input
Zeev Rosental 81edbbb58e fix(clicking): handle negative area results in computeQuadArea ()
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
..
button.html
checkbox.html Test: add tests to cover clicking checkbox () 2017-11-07 20:38:22 -08:00
fileupload.html
keyboard.html fix(input) Send .code with keyboard events () 2017-10-11 18:09:43 -07:00
mouse-helper.js
rotatedButton.html fix(clicking): handle negative area results in computeQuadArea () 2018-10-25 11:41:37 -07:00
scrollable.html
select.html fix(Page.select): synthesized events should bubble 2017-10-07 10:27:38 -07:00
textarea.html
touches.html