зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1325675 - Followup bustage fix for a newly-landed test that needs an update along the same lines as the others this bug just touched. r=sparky
This commit is contained in:
Родитель
d090fc1e7c
Коммит
1517b40e82
|
@ -1,9 +1,10 @@
|
|||
// |reftest| skip-if(!this.hasOwnProperty("Intl"))
|
||||
// |reftest| skip-if(!this.hasOwnProperty("Intl")||!this.hasOwnProperty("addIntlExtras"))
|
||||
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
addIntlExtras(Intl);
|
||||
|
||||
// Test subclassing %Intl.PluralRules% works correctly.
|
||||
class MyPluralRules extends Intl.PluralRules {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче