mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Test - Remove NotOption's multiple
This commit is contained in:
parent
395e281edd
commit
8788c8f2e7
1 changed files with 1 additions and 14 deletions
|
|
@ -50,18 +50,5 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include test("multiple") {
|
||||
@include assert {
|
||||
@include output {
|
||||
@include option.Option("userChrome.tab.photon", "userChrome.padding.photon") {
|
||||
@include example;
|
||||
}
|
||||
}
|
||||
@include expect {
|
||||
@supports -moz-bool-pref("userChrome.tab.photon") or -moz-bool-pref("userChrome.padding.photon") {
|
||||
@include example;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// Need multiple test
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue