tests/firefox: consolidate userChrome.css test files

Not sure why I had two of them..
This commit is contained in:
Austin Horstman 2025-04-17 09:26:20 -05:00
parent c3c91dd8b4
commit baa2a0b3bd
2 changed files with 3 additions and 12 deletions

View file

@ -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}
'';
}
);

View file

@ -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;
}