Changeset 204148 in webkit
- Timestamp:
- Aug 4, 2016, 3:37:14 PM (9 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 8 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r204144 r204148 1 2016-08-04 Benjamin Poulain <benjamin@webkit.org> 2 3 Add some extra test coverage for active touch event handler on subdocuments 4 https://bugs.webkit.org/show_bug.cgi?id=160276 5 6 Reviewed by Alex Christensen. 7 8 I wrote some tests while chasing a bug. 9 Documents are handled differently than other EventTarget. We had no test coverage 10 for that. 11 12 * fast/events/touch/ios/touch-event-listeners-on-detached-document-expected.txt: Added. 13 * fast/events/touch/ios/touch-event-listeners-on-detached-document.html: Added. 14 * fast/events/touch/ios/touch-event-listeners-on-subdocument-then-detach-from-frame-expected.txt: Added. 15 * fast/events/touch/ios/touch-event-listeners-on-subdocument-then-detach-from-frame.html: Added. 16 * fast/events/touch/ios/touch-event-listeners-on-subdocuments-expected.txt: Added. 17 * fast/events/touch/ios/touch-event-listeners-on-subdocuments.html: Added. 18 * fast/events/touch/ios/touch-event-listeners-on-template-document-expected.txt: Added. 19 * fast/events/touch/ios/touch-event-listeners-on-template-document.html: Added. 20 1 21 2016-08-04 Ryan Haddad <ryanhaddad@apple.com> 2 22
Note:
See TracChangeset
for help on using the changeset viewer.