Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: polymer_0.5.4/bower_components/web-animations-js/test/testharness-tests.js

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 var testHarnessTests = [ 1 var testHarnessTests = [
2 'blink/2-keyframes-with-offsets.html', 2 'blink/2-keyframes-with-offsets.html',
3 'blink/3-keyframes-with-offsets.html', 3 'blink/3-keyframes-with-offsets.html',
4 'blink/add-keyframes.html', 4 'blink/add-keyframes.html',
5 'blink/insufficient-keyframes.html', 5 'blink/insufficient-keyframes.html',
6 'blink/simple-keyframes.html', 6 'blink/simple-keyframes.html',
7 'blink/keyframes-with-null-offsets.html', 7 'blink/keyframes-with-null-offsets.html',
8 'blink/keyframe-properties.html', 8 'blink/keyframe-properties.html',
9 'blink/out-of-order-keyframes.html', 9 'blink/out-of-order-keyframes.html',
10 'blink/same-offset-keyframes.html', 10 'blink/same-offset-keyframes.html',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'blink/interpolation/border-image-outset-interpolation.html', 79 'blink/interpolation/border-image-outset-interpolation.html',
80 'blink/interpolation/border-image-slice-interpolation.html', 80 'blink/interpolation/border-image-slice-interpolation.html',
81 'blink/interpolation/border-image-source-interpolation.html', 81 'blink/interpolation/border-image-source-interpolation.html',
82 'blink/interpolation/border-image-width-interpolation.html', 82 'blink/interpolation/border-image-width-interpolation.html',
83 'blink/interpolation/border-spacing-interpolation.html', 83 'blink/interpolation/border-spacing-interpolation.html',
84 'blink/interpolation/filter-interpolation.html', 84 'blink/interpolation/filter-interpolation.html',
85 'blink/interpolation/list-style-image-interpolation.html', 85 'blink/interpolation/list-style-image-interpolation.html',
86 'blink/interpolation/text-decoration-color-interpolation.html', 86 'blink/interpolation/text-decoration-color-interpolation.html',
87 'blink/interpolation/transform-matrix-interpolation.html', 87 'blink/interpolation/transform-matrix-interpolation.html',
88 ]; 88 ];
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698