mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
tests/firefox: consolidate userChrome.css test files
Not sure why I had two of them..
This commit is contained in:
@@ -50,15 +50,15 @@ in
|
||||
|
||||
assertFileContent \
|
||||
home-files/${cfg.configPath}/lines/chrome/userChrome.css \
|
||||
${./expected-userchrome.css}
|
||||
${./chrome/userChrome.css}
|
||||
|
||||
assertFileContent \
|
||||
home-files/${cfg.configPath}/path/chrome/userChrome.css \
|
||||
${./expected-userchrome.css}
|
||||
${./chrome/userChrome.css}
|
||||
|
||||
assertFileContent \
|
||||
home-files/${cfg.configPath}/folder/chrome/userChrome.css \
|
||||
${./expected-userchrome.css}
|
||||
${./chrome/userChrome.css}
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
/*
|
||||
This is a simple comment that should be written inside the `chrome/userChrome.css`
|
||||
*/
|
||||
|
||||
#urlbar {
|
||||
min-width: none !important;
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user