OLD | NEW |
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 Loading... |
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"); |
OLD | NEW |