puppeteer/test/assets/input
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
..
button.html Mouse (#101) 2017-07-21 20:29:31 -07:00
checkbox.html Test: add tests to cover clicking checkbox (#1125) 2017-11-07 20:38:22 -08:00
fileupload.html Implement Page.uploadFile (#61) 2017-07-10 11:21:46 -07:00
keyboard.html fix(input) Send .code with keyboard events (#1015) 2017-10-11 18:09:43 -07:00
mouse-helper.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
rotatedButton.html fix(clicking): handle negative area results in computeQuadArea (#3413) 2018-10-25 11:41:37 -07:00
scrollable.html Mouse (#101) 2017-07-21 20:29:31 -07:00
select.html fix(Page.select): synthesized events should bubble 2017-10-07 10:27:38 -07:00
textarea.html Mouse (#101) 2017-07-21 20:29:31 -07:00
touches.html [api] add touchScreen.tap (#639) 2017-09-01 19:03:51 -07:00