mirror of
https://github.com/electron/electron.git
synced 2026-02-17 02:21:37 -05:00
adds tests for osr
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user