Clean: Remove userChrome.tab.shareProton

This commit is contained in:
alstjr7375 2021-12-28 14:10:56 +09:00
parent 0d05071f64
commit c9ec7bc97b
7 changed files with 49 additions and 31 deletions

View file

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