mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix test_LightweightThemeManager.js
This commit is contained in:
parent
54ab56b5d3
commit
8b8714513e
@ -2,8 +2,8 @@ function dummy(id) {
|
||||
return {
|
||||
id: id,
|
||||
name: Math.random(),
|
||||
headerURL: Math.random(),
|
||||
footerURL: Math.random(),
|
||||
headerURL: "about:blank",
|
||||
footerURL: "about:blank",
|
||||
textcolor: Math.random(),
|
||||
accentcolor: Math.random()
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user