adds tests for osr

This commit is contained in:
gellert
2016-07-31 17:10:53 +02:00
parent 5525ac36b8
commit 35ee99265e
7 changed files with 177 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ exports.load = (appUrl) => {
backgroundColor: '#FFFFFF',
useContentSize: true,
webPreferences: {
offscreen: true,
// offscreen: true,
nodeIntegration: false
}
})
@@ -81,7 +81,7 @@ exports.load = (appUrl) => {
console.log(`browser #2: ${d < 10 ? ` ${d}` : d} ms`)
start2 = end2
})*/
})
mainWindow3 = new BrowserWindow({
width: 800,