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

Side by Side Diff: polymer_0.4.0/bower_components/web-animations-js/test/testcases/auto-test-initial-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",{'backgroundColor':'rgba(0, 0, 0, 0)'}); 3 assert_styles("#background",{'backgroundColor':'rgba(0, 0, 0, 0)'});
4 }, "#background"); 4 }, "#background");
5 at(0 * 1000, function() { 5 at(0 * 1000, function() {
6 assert_styles("#border",{'borderBottomColor':'rgb(0, 0, 0)','borderBottomLef tRadius':'0px','borderBottomRightRadius':'0px','borderBottomWidth':'3px','border LeftColor':'rgb(0, 0, 0)','borderLeftWidth':'3px','borderRightColor':'rgb(0, 0, 0)','borderRightWidth':'3px','borderTopColor':'rgb(0, 0, 0)','borderTopLeftRadiu s':'0px','borderTopRightRadius':'0px','borderTopWidth':'3px'}); 6 assert_styles("#border",{'borderBottomColor':'rgb(0, 0, 0)','borderBottomLef tRadius':'0px','borderBottomRightRadius':'0px','borderBottomWidth':'3px','border LeftColor':'rgb(0, 0, 0)','borderLeftWidth':'3px','borderRightColor':'rgb(0, 0, 0)','borderRightWidth':'3px','borderTopColor':'rgb(0, 0, 0)','borderTopLeftRadiu s':'0px','borderTopRightRadius':'0px','borderTopWidth':'3px'});
7 }, "#border"); 7 }, "#border");
8 at(0 * 1000, function() { 8 at(0 * 1000, function() {
9 assert_styles("#table",{'borderSpacing':'2px 2px','verticalAlign':'0px'}); 9 assert_styles("#table",{'borderSpacing':'2px 2px','verticalAlign':'0px'});
10 }, "#table"); 10 }, "#table");
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 at(2 * 1000, function() { 65 at(2 * 1000, function() {
66 assert_styles("#padding",{'paddingBottom':'50px','paddingLeft':'50px','paddi ngRight':'50px','paddingTop':'50px'}); 66 assert_styles("#padding",{'paddingBottom':'50px','paddingLeft':'50px','paddi ngRight':'50px','paddingTop':'50px'});
67 }, "#padding"); 67 }, "#padding");
68 at(2 * 1000, function() { 68 at(2 * 1000, function() {
69 assert_styles("#transform",{'transform':'matrix(1, -0.0000000000000002449212 7076447545, 0.00000000000000024492127076447545, 1, 0, 0)'}); 69 assert_styles("#transform",{'transform':'matrix(1, -0.0000000000000002449212 7076447545, 0.00000000000000024492127076447545, 1, 0, 0)'});
70 }, "#transform"); 70 }, "#transform");
71 at(2 * 1000, function() { 71 at(2 * 1000, function() {
72 assert_styles("#text",{'color':'rgb(0, 128, 0)','fontSize':'30px','fontWeigh t':'900','letterSpacing':'5px','lineHeight':'60px','textIndent':'50px','textShad ow':'rgb(0, 255, 0) 10px 10px 50px','wordSpacing':'100px'}); 72 assert_styles("#text",{'color':'rgb(0, 128, 0)','fontSize':'30px','fontWeigh t':'900','letterSpacing':'5px','lineHeight':'60px','textIndent':'50px','textShad ow':'rgb(0, 255, 0) 10px 10px 50px','wordSpacing':'100px'});
73 }, "#text"); 73 }, "#text");
74 }, "Auto generated tests"); 74 }, "Auto generated tests");
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698