mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Clean: Remove userChrome.tab.shareProton
This commit is contained in:
parent
0d05071f64
commit
c9ec7bc97b
7 changed files with 49 additions and 31 deletions
|
|
@ -21,3 +21,24 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include test-module("If not exist pref [mx]") {
|
||||
@include test("simple") {
|
||||
@include assert {
|
||||
@include output {
|
||||
@include option.NotOption("userChrome.tab.photon") {
|
||||
body {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@include expect {
|
||||
@supports not -moz-bool-pref("userChrome.tab.photon") {
|
||||
body {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue