Changeset 224188 in webkit


Ignore:
Timestamp:
Oct 30, 2017 11:09:54 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[Web Animations] Rewrite homegrown tests as Web Platform tests
https://bugs.webkit.org/show_bug.cgi?id=179017

We rewrite all of the new homegrown Web Animations tests as Web Platorm tests,
except for one test which checks dumping of the document timeline using an
internals method which is not appropriate as a WPT.

Patch by Antoine Quint <Antoine Quint> on 2017-10-30
Reviewed by Dean Jackson.

  • http/wpt/wk-web-animations/timing-model/animation-creation-basic-expected.txt: Added.
  • http/wpt/wk-web-animations/timing-model/animation-creation-basic.html: Added.
  • http/wpt/wk-web-animations/timing-model/animation-current-time-expected.txt: Added.
  • http/wpt/wk-web-animations/timing-model/animation-current-time.html: Added.
  • http/wpt/wk-web-animations/timing-model/animation-effect-expected.txt: Added.
  • http/wpt/wk-web-animations/timing-model/animation-effect-timing-expected.txt: Added.
  • http/wpt/wk-web-animations/timing-model/animation-effect-timing.html: Added.
  • http/wpt/wk-web-animations/timing-model/animation-effect.html: Added.
  • http/wpt/wk-web-animations/timing-model/animation-interface-effect-property-expected.txt: Added.
  • http/wpt/wk-web-animations/timing-model/animation-interface-effect-property.html: Added.
  • http/wpt/wk-web-animations/timing-model/animation-interface-start-time-property-expected.txt: Added.
  • http/wpt/wk-web-animations/timing-model/animation-interface-start-time-property.html: Added.
  • http/wpt/wk-web-animations/timing-model/document-timeline-expected.txt: Added.
  • http/wpt/wk-web-animations/timing-model/document-timeline.html: Added.
  • http/wpt/wk-web-animations/timing-model/keyframe-effect-expected.txt: Added.
  • http/wpt/wk-web-animations/timing-model/keyframe-effect-interface-timing-duration-expected.txt: Added.
  • http/wpt/wk-web-animations/timing-model/keyframe-effect-interface-timing-duration.html: Added.
  • http/wpt/wk-web-animations/timing-model/keyframe-effect.html: Added.
  • http/wpt/wk-web-animations/timing-model/timeline-current-time-expected.txt: Added.
  • http/wpt/wk-web-animations/timing-model/timeline-current-time.html: Added.
  • webanimations/animation-creation-basic-expected.txt: Removed.
  • webanimations/animation-creation-basic.html: Removed.
  • webanimations/animation-current-time-expected.txt: Removed.
  • webanimations/animation-current-time.html: Removed.
  • webanimations/animation-effect-expected.txt: Removed.
  • webanimations/animation-effect-timing-expected.txt: Removed.
  • webanimations/animation-effect-timing.html: Removed.
  • webanimations/animation-effect.html: Removed.
  • webanimations/animation-interface-effect-property-expected.txt: Removed.
  • webanimations/animation-interface-effect-property.html: Removed.
  • webanimations/animation-interface-start-time-property-expected.txt: Removed.
  • webanimations/animation-interface-start-time-property.html: Removed.
  • webanimations/document-timeline-expected.txt: Removed.
  • webanimations/document-timeline.html: Removed.
  • webanimations/keyframe-effect-expected.txt: Removed.
  • webanimations/keyframe-effect-interface-timing-duration-expected.txt: Removed.
  • webanimations/keyframe-effect-interface-timing-duration.html: Removed.
  • webanimations/keyframe-effect.html: Removed.
  • webanimations/timeline-current-time-expected.txt: Removed.
  • webanimations/timeline-current-time.html: Removed.
Location:
trunk/LayoutTests
Files:
20 added
20 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r224185 r224188  
     12017-10-30  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Rewrite homegrown tests as Web Platform tests
     4        https://bugs.webkit.org/show_bug.cgi?id=179017
     5
     6        We rewrite all of the new homegrown Web Animations tests as Web Platorm tests,
     7        except for one test which checks dumping of the document timeline using an
     8        internals method which is not appropriate as a WPT.
     9
     10        Reviewed by Dean Jackson.
     11
     12        * http/wpt/wk-web-animations/timing-model/animation-creation-basic-expected.txt: Added.
     13        * http/wpt/wk-web-animations/timing-model/animation-creation-basic.html: Added.
     14        * http/wpt/wk-web-animations/timing-model/animation-current-time-expected.txt: Added.
     15        * http/wpt/wk-web-animations/timing-model/animation-current-time.html: Added.
     16        * http/wpt/wk-web-animations/timing-model/animation-effect-expected.txt: Added.
     17        * http/wpt/wk-web-animations/timing-model/animation-effect-timing-expected.txt: Added.
     18        * http/wpt/wk-web-animations/timing-model/animation-effect-timing.html: Added.
     19        * http/wpt/wk-web-animations/timing-model/animation-effect.html: Added.
     20        * http/wpt/wk-web-animations/timing-model/animation-interface-effect-property-expected.txt: Added.
     21        * http/wpt/wk-web-animations/timing-model/animation-interface-effect-property.html: Added.
     22        * http/wpt/wk-web-animations/timing-model/animation-interface-start-time-property-expected.txt: Added.
     23        * http/wpt/wk-web-animations/timing-model/animation-interface-start-time-property.html: Added.
     24        * http/wpt/wk-web-animations/timing-model/document-timeline-expected.txt: Added.
     25        * http/wpt/wk-web-animations/timing-model/document-timeline.html: Added.
     26        * http/wpt/wk-web-animations/timing-model/keyframe-effect-expected.txt: Added.
     27        * http/wpt/wk-web-animations/timing-model/keyframe-effect-interface-timing-duration-expected.txt: Added.
     28        * http/wpt/wk-web-animations/timing-model/keyframe-effect-interface-timing-duration.html: Added.
     29        * http/wpt/wk-web-animations/timing-model/keyframe-effect.html: Added.
     30        * http/wpt/wk-web-animations/timing-model/timeline-current-time-expected.txt: Added.
     31        * http/wpt/wk-web-animations/timing-model/timeline-current-time.html: Added.
     32        * webanimations/animation-creation-basic-expected.txt: Removed.
     33        * webanimations/animation-creation-basic.html: Removed.
     34        * webanimations/animation-current-time-expected.txt: Removed.
     35        * webanimations/animation-current-time.html: Removed.
     36        * webanimations/animation-effect-expected.txt: Removed.
     37        * webanimations/animation-effect-timing-expected.txt: Removed.
     38        * webanimations/animation-effect-timing.html: Removed.
     39        * webanimations/animation-effect.html: Removed.
     40        * webanimations/animation-interface-effect-property-expected.txt: Removed.
     41        * webanimations/animation-interface-effect-property.html: Removed.
     42        * webanimations/animation-interface-start-time-property-expected.txt: Removed.
     43        * webanimations/animation-interface-start-time-property.html: Removed.
     44        * webanimations/document-timeline-expected.txt: Removed.
     45        * webanimations/document-timeline.html: Removed.
     46        * webanimations/keyframe-effect-expected.txt: Removed.
     47        * webanimations/keyframe-effect-interface-timing-duration-expected.txt: Removed.
     48        * webanimations/keyframe-effect-interface-timing-duration.html: Removed.
     49        * webanimations/keyframe-effect.html: Removed.
     50        * webanimations/timeline-current-time-expected.txt: Removed.
     51        * webanimations/timeline-current-time.html: Removed.
     52
    1532017-10-30  Per Arne Vollan  <pvollan@apple.com>
    254
Note: See TracChangeset for help on using the changeset viewer.