mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
fix test_LightweightThemeManager.js
This commit is contained in:
parent
a3b5235ddd
commit
85f34ced28
@ -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