tests/firefox: consolidate userChrome.css test files
Not sure why I had two of them..
This commit is contained in:
parent
c3c91dd8b4
commit
baa2a0b3bd
2 changed files with 3 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue