Title: [227210] trunk/LayoutTests
- Revision
- 227210
- Author
- [email protected]
- Date
- 2018-01-19 09:59:59 -0800 (Fri, 19 Jan 2018)
Log Message
[Web Animations] Remove http/wpt/wk-web-animations tests
https://bugs.webkit.org/show_bug.cgi?id=181861
These tests were written early on during our Web Animations implementation before we had a good sense of the quality
of the coverage of the W3C WPT suite. That suite is extremely comprehensive and all of the assertions we wrote ourselves
are redundant and should be removed so that all testing, unless specific to our implementation, is done through the WPT
suite.
Reviewed by Dean Jackson.
* http/wpt/wk-web-animations/interfaces/document-get-animations-expected.txt: Removed.
* http/wpt/wk-web-animations/interfaces/document-get-animations.html: Removed.
* http/wpt/wk-web-animations/interfaces/element-get-animations-expected.txt: Removed.
* http/wpt/wk-web-animations/interfaces/element-get-animations.html: Removed.
* http/wpt/wk-web-animations/interfaces/keyframe-effect-getComputedStyle-expected.txt: Removed.
* http/wpt/wk-web-animations/interfaces/keyframe-effect-getComputedStyle.html: Removed.
* http/wpt/wk-web-animations/timing-model/animation-creation-basic-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/animation-creation-basic.html: Removed.
* http/wpt/wk-web-animations/timing-model/animation-current-time-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/animation-current-time.html: Removed.
* http/wpt/wk-web-animations/timing-model/animation-effect-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/animation-effect-timing-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/animation-effect-timing.html: Removed.
* http/wpt/wk-web-animations/timing-model/animation-effect-unique-relationship-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/animation-effect-unique-relationship.html: Removed.
* http/wpt/wk-web-animations/timing-model/animation-effect.html: Removed.
* http/wpt/wk-web-animations/timing-model/animation-interface-effect-property-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/animation-interface-effect-property.html: Removed.
* http/wpt/wk-web-animations/timing-model/animation-interface-start-time-property-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/animation-interface-start-time-property.html: Removed.
* http/wpt/wk-web-animations/timing-model/document-timeline-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/document-timeline.html: Removed.
* http/wpt/wk-web-animations/timing-model/keyframe-effect-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/keyframe-effect-interface-timing-duration-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/keyframe-effect-interface-timing-duration.html: Removed.
* http/wpt/wk-web-animations/timing-model/keyframe-effect.html: Removed.
* http/wpt/wk-web-animations/timing-model/timeline-current-time-expected.txt: Removed.
* http/wpt/wk-web-animations/timing-model/timeline-current-time.html: Removed.
Modified Paths
Removed Paths
- trunk/LayoutTests/http/wpt/wk-web-animations/
Diff
Modified: trunk/LayoutTests/ChangeLog (227209 => 227210)
--- trunk/LayoutTests/ChangeLog 2018-01-19 17:58:15 UTC (rev 227209)
+++ trunk/LayoutTests/ChangeLog 2018-01-19 17:59:59 UTC (rev 227210)
@@ -1,5 +1,46 @@
2018-01-19 Antoine Quint <[email protected]>
+ [Web Animations] Remove http/wpt/wk-web-animations tests
+ https://bugs.webkit.org/show_bug.cgi?id=181861
+
+ These tests were written early on during our Web Animations implementation before we had a good sense of the quality
+ of the coverage of the W3C WPT suite. That suite is extremely comprehensive and all of the assertions we wrote ourselves
+ are redundant and should be removed so that all testing, unless specific to our implementation, is done through the WPT
+ suite.
+
+ Reviewed by Dean Jackson.
+
+ * http/wpt/wk-web-animations/interfaces/document-get-animations-expected.txt: Removed.
+ * http/wpt/wk-web-animations/interfaces/document-get-animations.html: Removed.
+ * http/wpt/wk-web-animations/interfaces/element-get-animations-expected.txt: Removed.
+ * http/wpt/wk-web-animations/interfaces/element-get-animations.html: Removed.
+ * http/wpt/wk-web-animations/interfaces/keyframe-effect-getComputedStyle-expected.txt: Removed.
+ * http/wpt/wk-web-animations/interfaces/keyframe-effect-getComputedStyle.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-creation-basic-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-creation-basic.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-current-time-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-current-time.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-effect-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-effect-timing-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-effect-timing.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-effect-unique-relationship-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-effect-unique-relationship.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-effect.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-interface-effect-property-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-interface-effect-property.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-interface-start-time-property-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/animation-interface-start-time-property.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/document-timeline-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/document-timeline.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/keyframe-effect-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/keyframe-effect-interface-timing-duration-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/keyframe-effect-interface-timing-duration.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/keyframe-effect.html: Removed.
+ * http/wpt/wk-web-animations/timing-model/timeline-current-time-expected.txt: Removed.
+ * http/wpt/wk-web-animations/timing-model/timeline-current-time.html: Removed.
+
+2018-01-19 Antoine Quint <[email protected]>
+
[Web Animations] Expose timing properties (delay, endDelay, fill, iterationStart, iterations, direction) and getComputedTiming()
https://bugs.webkit.org/show_bug.cgi?id=181857
<rdar://problem/36660081>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes