mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Remove reftests for now
This commit is contained in:
parent
a73dbf8067
commit
26d8d8ea5b
@ -113,13 +113,9 @@ const assertPath = (result, expected, desc) => {
|
||||
it('Should render untainted canvas', () => {
|
||||
return testContainer.contentWindow
|
||||
.html2canvas(testContainer.contentWindow.document.documentElement, {
|
||||
removeContainer: true,
|
||||
target: [
|
||||
new testContainer.contentWindow.html2canvas.CanvasRenderer(),
|
||||
new testContainer.contentWindow.RefTestRenderer()
|
||||
]
|
||||
removeContainer: true
|
||||
})
|
||||
.then(([canvas, result]) => {
|
||||
.then((canvas) => {
|
||||
try {
|
||||
canvas
|
||||
.getContext('2d')
|
||||
|
Loading…
Reference in New Issue
Block a user