blob: 32d1e46fa6d480d2464fbc87ea2ed73bbd8685e8 [file] [log] [blame]
Test for https://code.google.com/p/chromium/issues/detail?id=150601 Can't resize a textarea with touch.
a placeholder so that we have enough elements to scroll the page
Resize div at offset (-6,-7)
PASS target.offsetWidth - old_width is deltaXExpected
PASS target.offsetHeight - old_height is deltaYExpected
Resize div at offset (6,7)
PASS target.offsetWidth - old_width is deltaXExpected
PASS target.offsetHeight - old_height is deltaYExpected
Resize textarea1 at offset (-20,-20)
PASS target.offsetWidth - old_width is deltaXExpected
PASS target.offsetHeight - old_height is deltaYExpected
Resize iframe1 at offset (-6,-7)
PASS target.offsetWidth - old_width is deltaXExpected
PASS target.offsetHeight - old_height is deltaYExpected
Resize iframe1 at offset (-20,-20)
PASS target.offsetWidth - old_width is deltaXExpected
PASS target.offsetHeight - old_height is deltaYExpected
Resize textarea2in iframe iframe1 at offset (-6,-7)
PASS target.offsetWidth - old_width is deltaXExpected
PASS target.offsetHeight - old_height is deltaYExpected