Changeset 259844 in webkit
- Timestamp:
- Apr 9, 2020, 8:39:58 PM (6 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 added
- 4 edited
-
ChangeLog (modified) (1 diff)
-
imported/w3c/ChangeLog (modified) (1 diff)
-
imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-programmatic-scroll-expected.txt (added)
-
imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-programmatic-scroll.html (added)
-
imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-scrollIntoView-expected.txt (added)
-
imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html (added)
-
imported/w3c/web-platform-tests/dom/events/scrolling/w3c-import.log (modified) (1 diff)
-
tests-options.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r259831 r259844 1 2020-04-09 Cathie Chen <cathiechen@igalia.com> 2 3 Import test for programmatic scrolling scrollend event 4 https://bugs.webkit.org/show_bug.cgi?id=210281 5 6 Reviewed by Frédéric Wang. 7 8 * tests-options.json: 9 1 10 2020-04-09 Daniel Bates <dabates@apple.com> 2 11 -
trunk/LayoutTests/imported/w3c/ChangeLog
r259835 r259844 1 2020-04-09 Cathie Chen <cathiechen@igalia.com> 2 3 Import test for programmatic scrolling scrollend event 4 https://bugs.webkit.org/show_bug.cgi?id=210281 5 6 Reviewed by Frédéric Wang. 7 8 Import test cases. 9 10 * web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-programmatic-scroll-expected.txt: Added. 11 * web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-programmatic-scroll.html: Added. 12 * web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-scrollIntoView-expected.txt: Added. 13 * web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html: Added. 14 * web-platform-tests/dom/events/scrolling/w3c-import.log: 15 1 16 2020-04-09 Yusuke Suzuki <ysuzuki@apple.com> 2 17 -
trunk/LayoutTests/imported/w3c/web-platform-tests/dom/events/scrolling/w3c-import.log
r251770 r259844 21 21 /LayoutTests/imported/w3c/web-platform-tests/dom/events/scrolling/scroll_support.js 22 22 /LayoutTests/imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-after-snap.html 23 /LayoutTests/imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-programmatic-scroll.html 24 /LayoutTests/imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html 23 25 /LayoutTests/imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-to-document.html 24 26 /LayoutTests/imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-to-element-with-overscroll-behavior.html -
trunk/LayoutTests/tests-options.json
r255821 r259844 552 552 "slow" 553 553 ], 554 "imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-programmatic-scroll.html": [ 555 "slow" 556 ], 557 "imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html": [ 558 "slow" 559 ], 554 560 "imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html": [ 555 561 "slow"
Note:
See TracChangeset
for help on using the changeset viewer.