Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / touch-gesture-noscroll-iframe-expected.txt
blobce71c4cd7af31acb117095ce9594c5b3ec8ccc1e
2 This tests that non-scrollable iframes cannot be scrolled with touch.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS successfullyParsed is true
9 TEST COMPLETE
10 first gesture
11 PASS touchtarget.contentDocument.scrollingElement.scrollTop is 0
12 PASS touchtarget.contentDocument.scrollingElement.scrollLeft is 0
13 PASS wheelEventsOccurred is 0
14 second gesture
15 PASS touchtarget.contentDocument.scrollingElement.scrollTop is 0
16 PASS touchtarget.contentDocument.scrollingElement.scrollLeft is 0
17 PASS wheelEventsOccurred is 0
18 PASS scrollEventsOccurred is 0
19 PASS successfullyParsed is true
21 TEST COMPLETE