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

Side by Side Diff: polymer_0.4.0/bower_components/web-animations-js/test/testcases/auto-test-shorthand-checks.js

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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 timing_test(function() { 1 timing_test(function() {
2 at(0 * 1000, function() { 2 at(0 * 1000, function() {
3 assert_styles("#background.test",{'backgroundImage':'none','backgroundPositi on':'0% 0%','backgroundSize':'auto','backgroundRepeat':'repeat','backgroundAttac hment':'scroll','backgroundOrigin':'padding-box','backgroundClip':'border-box',' backgroundColor':'rgb(176, 196, 222)'}); 3 assert_styles("#background.test",{'backgroundImage':'none','backgroundPositi on':'0% 0%','backgroundSize':'auto','backgroundRepeat':'repeat','backgroundAttac hment':'scroll','backgroundOrigin':'padding-box','backgroundClip':'border-box',' backgroundColor':'rgb(176, 196, 222)'});
4 }, "#background"); 4 }, "#background");
5 at(0 * 1000, function() { 5 at(0 * 1000, function() {
6 assert_styles("#border.test",{'borderTopColor':'rgb(0, 0, 0)','borderTopStyl e':'none','borderTopWidth':'0px','borderRightColor':'rgb(0, 0, 0)','borderRightS tyle':'none','borderRightWidth':'0px','borderBottomColor':'rgb(0, 0, 0)','border BottomStyle':'none','borderBottomWidth':'0px','borderLeftColor':'rgb(0, 0, 0)',' borderLeftStyle':'none','borderLeftWidth':'0px'}); 6 assert_styles("#border.test",{'borderTopColor':'rgb(0, 0, 0)','borderTopStyl e':'none','borderTopWidth':'0px','borderRightColor':'rgb(0, 0, 0)','borderRightS tyle':'none','borderRightWidth':'0px','borderBottomColor':'rgb(0, 0, 0)','border BottomStyle':'none','borderBottomWidth':'0px','borderLeftColor':'rgb(0, 0, 0)',' borderLeftStyle':'none','borderLeftWidth':'0px'});
7 }, "#border"); 7 }, "#border");
8 at(0 * 1000, function() { 8 at(0 * 1000, function() {
9 assert_styles("#borderBottom.test",{'borderBottomWidth':'0px','borderBottomS tyle':'none','borderBottomColor':'rgb(0, 0, 0)'}); 9 assert_styles("#borderBottom.test",{'borderBottomWidth':'0px','borderBottomS tyle':'none','borderBottomColor':'rgb(0, 0, 0)'});
10 }, "#borderBottom"); 10 }, "#borderBottom");
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 at(2 * 1000, function() { 188 at(2 * 1000, function() {
189 assert_styles("#margin.test",{'marginTop':'5px','marginRight':'10px','margin Bottom':'15px','marginLeft':'20px'}); 189 assert_styles("#margin.test",{'marginTop':'5px','marginRight':'10px','margin Bottom':'15px','marginLeft':'20px'});
190 }, "#margin"); 190 }, "#margin");
191 at(2 * 1000, function() { 191 at(2 * 1000, function() {
192 assert_styles("#outline.test",{'outlineColor':'rgb(0, 128, 0)','outlineStyle ':'solid','outlineWidth':'5px'}); 192 assert_styles("#outline.test",{'outlineColor':'rgb(0, 128, 0)','outlineStyle ':'solid','outlineWidth':'5px'});
193 }, "#outline"); 193 }, "#outline");
194 at(2 * 1000, function() { 194 at(2 * 1000, function() {
195 assert_styles("#padding.test",{'paddingTop':'5px','paddingRight':'10px','pad dingBottom':'15px','paddingLeft':'20px'}); 195 assert_styles("#padding.test",{'paddingTop':'5px','paddingRight':'10px','pad dingBottom':'15px','paddingLeft':'20px'});
196 }, "#padding"); 196 }, "#padding");
197 }, "Auto generated tests"); 197 }, "Auto generated tests");
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698