mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
update test names
This commit is contained in:
parent
4b6f1f4e5b
commit
b89b6d1945
@ -200,7 +200,7 @@ $(function() {
|
|||||||
value: 'linear-gradient(top,rgb(255,0,0),rgb(0,0,0))',
|
value: 'linear-gradient(top,rgb(255,0,0),rgb(0,0,0))',
|
||||||
args: ['top', 'rgb(255,0,0)', 'rgb(0,0,0)']
|
args: ['top', 'rgb(255,0,0)', 'rgb(0,0,0)']
|
||||||
},
|
},
|
||||||
'linear-gradient'
|
'linear-gradient w/ rgb()'
|
||||||
);
|
);
|
||||||
|
|
||||||
test_parse_background_image(
|
test_parse_background_image(
|
||||||
@ -210,7 +210,7 @@ $(function() {
|
|||||||
value: '-webkit-linear-gradient(red,black)',
|
value: '-webkit-linear-gradient(red,black)',
|
||||||
args: ['red','black']
|
args: ['red','black']
|
||||||
},
|
},
|
||||||
'linear-gradient'
|
'prefixed linear-gradient'
|
||||||
);
|
);
|
||||||
|
|
||||||
test_parse_background_image(
|
test_parse_background_image(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user