mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Reformat mocha text shadow test names
This commit is contained in:
parent
aa05241ff8
commit
ba9758cf14
@ -67,6 +67,7 @@ describe('Text-shadow', function() {
|
||||
var index = i + 1;
|
||||
var container = new NodeContainer(node, null);
|
||||
var shadows = container.parseTextShadows();
|
||||
it(node.style.textShadow, function() {
|
||||
if (i === 0) {
|
||||
expect(shadows.length).to.equal(0);
|
||||
} else {
|
||||
@ -89,6 +90,7 @@ describe('Text-shadow', function() {
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe('Background-image', function() {
|
||||
test_parse_background_image(
|
||||
|
Loading…
x
Reference in New Issue
Block a user