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