mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
a944026bae
276 changed files with 1072 additions and 11108 deletions
|
|
@ -9,8 +9,8 @@
|
|||
#include "mozilla/ChangeStyleTransaction.h"
|
||||
#include "mozilla/HTMLEditor.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "mozilla/DeclarationBlockInlines.h"
|
||||
#include "mozilla/css/StyleRule.h"
|
||||
#include "mozilla/css/Declaration.h"
|
||||
#include "mozilla/dom/Element.h"
|
||||
#include "mozilla/mozalloc.h"
|
||||
#include "nsAString.h"
|
||||
|
|
@ -548,19 +548,15 @@ CSSEditUtils::GetCSSInlinePropertyBase(nsINode* aNode,
|
|||
}
|
||||
|
||||
MOZ_ASSERT(aStyleType == eSpecified);
|
||||
RefPtr<DeclarationBlock> decl = element->GetInlineStyleDeclaration();
|
||||
RefPtr<css::Declaration> decl = element->GetInlineStyleDeclaration();
|
||||
if (!decl) {
|
||||
return NS_OK;
|
||||
}
|
||||
if (decl->IsServo()) {
|
||||
MOZ_CRASH("stylo: not implemented");
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
nsCSSPropertyID prop =
|
||||
nsCSSProps::LookupProperty(nsDependentAtomString(aProperty),
|
||||
CSSEnabledState::eForAllContent);
|
||||
MOZ_ASSERT(prop != eCSSProperty_UNKNOWN);
|
||||
decl->AsGecko()->GetPropertyValueByID(prop, aValue);
|
||||
decl->GetPropertyValueByID(prop, aValue);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2907,12 +2907,7 @@ HTMLEditor::EnableStyleSheet(const nsAString& aURL,
|
|||
nsCOMPtr<nsIDocument> document = GetDocument();
|
||||
sheet->SetAssociatedDocument(document, StyleSheet::NotOwnedByDocument);
|
||||
|
||||
if (sheet->IsServo()) {
|
||||
// XXXheycam ServoStyleSheets don't support being enabled/disabled yet.
|
||||
NS_ERROR("stylo: ServoStyleSheets can't be disabled yet");
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
return sheet->AsGecko()->SetDisabled(!aEnable);
|
||||
return sheet->AsConcrete()->SetDisabled(!aEnable);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
@ -2929,12 +2924,7 @@ HTMLEditor::EnableExistingStyleSheet(const nsAString& aURL)
|
|||
nsCOMPtr<nsIDocument> document = GetDocument();
|
||||
sheet->SetAssociatedDocument(document, StyleSheet::NotOwnedByDocument);
|
||||
|
||||
if (sheet->IsServo()) {
|
||||
// XXXheycam ServoStyleSheets don't support being enabled/disabled yet.
|
||||
NS_ERROR("stylo: ServoStyleSheets can't be disabled yet");
|
||||
return true;
|
||||
}
|
||||
sheet->AsGecko()->SetDisabled(false);
|
||||
sheet->AsConcrete()->SetDisabled(false);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,177 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# include the XUL reftests
|
||||
include xul/reftest-stylo.list
|
||||
|
||||
== newline-1.html newline-1.html
|
||||
== newline-2.html newline-2.html
|
||||
== newline-3.html newline-3.html
|
||||
== newline-4.html newline-4.html
|
||||
== dynamic-1.html dynamic-1.html
|
||||
== dynamic-type-1.html dynamic-type-1.html
|
||||
== dynamic-type-2.html dynamic-type-2.html
|
||||
== dynamic-type-3.html dynamic-type-3.html
|
||||
== dynamic-type-4.html dynamic-type-4.html
|
||||
== passwd-1.html passwd-1.html
|
||||
== passwd-2.html passwd-2.html
|
||||
== passwd-3.html passwd-3.html
|
||||
needs-focus == passwd-4.html passwd-4.html
|
||||
== emptypasswd-1.html emptypasswd-1.html
|
||||
== emptypasswd-2.html emptypasswd-2.html
|
||||
== caret_on_positioned.html caret_on_positioned.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-disabled.html spellcheck-input-disabled.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-attr-before.html spellcheck-input-attr-before.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-before.html spellcheck-input-attr-before.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-attr-after.html spellcheck-input-attr-after.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-after.html spellcheck-input-attr-after.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-attr-inherit.html spellcheck-input-attr-inherit.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-inherit.html spellcheck-input-attr-inherit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-attr-dynamic.html spellcheck-input-attr-dynamic.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-dynamic.html spellcheck-input-attr-dynamic.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-attr-dynamic-inherit.html spellcheck-input-attr-dynamic-inherit.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-dynamic-inherit.html spellcheck-input-attr-dynamic-inherit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-property-dynamic.html spellcheck-input-property-dynamic.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-property-dynamic.html spellcheck-input-property-dynamic.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-property-dynamic-inherit.html spellcheck-input-property-dynamic-inherit.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-property-dynamic-inherit.html spellcheck-input-property-dynamic-inherit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-attr-dynamic-override.html spellcheck-input-attr-dynamic-override.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-dynamic-override.html spellcheck-input-attr-dynamic-override.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-attr-dynamic-override-inherit.html spellcheck-input-attr-dynamic-override-inherit.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-dynamic-override-inherit.html spellcheck-input-attr-dynamic-override-inherit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-property-dynamic-override.html spellcheck-input-property-dynamic-override.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-property-dynamic-override.html spellcheck-input-property-dynamic-override.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-input-property-dynamic-override-inherit.html spellcheck-input-property-dynamic-override-inherit.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-property-dynamic-override-inherit.html spellcheck-input-property-dynamic-override-inherit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-textarea-attr.html spellcheck-textarea-attr.html
|
||||
#the random-if(Android) tests pass on android native, but fail on android-xul, see bug 728942
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr.html spellcheck-textarea-attr.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
needs-focus == spellcheck-textarea-focused.html spellcheck-textarea-focused.html
|
||||
needs-focus == spellcheck-textarea-focused-reframe.html spellcheck-textarea-focused-reframe.html
|
||||
needs-focus == spellcheck-textarea-focused-notreadonly.html spellcheck-textarea-focused-notreadonly.html
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-nofocus.html spellcheck-textarea-nofocus.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-disabled.html spellcheck-textarea-disabled.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr-inherit.html spellcheck-textarea-attr-inherit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr-dynamic.html spellcheck-textarea-attr-dynamic.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr-dynamic-inherit.html spellcheck-textarea-attr-dynamic-inherit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-property-dynamic.html spellcheck-textarea-property-dynamic.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-property-dynamic-inherit.html spellcheck-textarea-property-dynamic-inherit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr-dynamic-override.html spellcheck-textarea-attr-dynamic-override.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr-dynamic-override-inherit.html spellcheck-textarea-attr-dynamic-override-inherit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-property-dynamic-override.html spellcheck-textarea-property-dynamic-override.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-property-dynamic-override-inherit.html spellcheck-textarea-property-dynamic-override-inherit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
needs-focus == caret_on_focus.html caret_on_focus.html
|
||||
needs-focus == caret_on_textarea_lastline.html caret_on_textarea_lastline.html
|
||||
needs-focus == input-text-onfocus-reframe.html input-text-onfocus-reframe.html
|
||||
needs-focus == input-text-notheme-onfocus-reframe.html input-text-notheme-onfocus-reframe.html
|
||||
skip-if(B2G||Mulet) needs-focus == caret_after_reframe.html caret_after_reframe.html
|
||||
# B2G timed out waiting for reftest-wait to be removed
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== nobogusnode-1.html nobogusnode-1.html
|
||||
== nobogusnode-2.html nobogusnode-2.html
|
||||
== spellcheck-hyphen-valid.html spellcheck-hyphen-valid.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-hyphen-invalid.html spellcheck-hyphen-invalid.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-slash-valid.html spellcheck-slash-valid.html
|
||||
== spellcheck-period-valid.html spellcheck-period-valid.html
|
||||
== spellcheck-space-valid.html spellcheck-space-valid.html
|
||||
== spellcheck-comma-valid.html spellcheck-comma-valid.html
|
||||
== spellcheck-hyphen-multiple-valid.html spellcheck-hyphen-multiple-valid.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-hyphen-multiple-invalid.html spellcheck-hyphen-multiple-invalid.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== spellcheck-dotafterquote-valid.html spellcheck-dotafterquote-valid.html
|
||||
== spellcheck-url-valid.html spellcheck-url-valid.html
|
||||
needs-focus == spellcheck-non-latin-arabic.html spellcheck-non-latin-arabic.html
|
||||
needs-focus == spellcheck-non-latin-chinese-simplified.html spellcheck-non-latin-chinese-simplified.html
|
||||
needs-focus == spellcheck-non-latin-chinese-traditional.html spellcheck-non-latin-chinese-traditional.html
|
||||
needs-focus == spellcheck-non-latin-hebrew.html spellcheck-non-latin-hebrew.html
|
||||
needs-focus == spellcheck-non-latin-japanese.html spellcheck-non-latin-japanese.html
|
||||
needs-focus == spellcheck-non-latin-korean.html spellcheck-non-latin-korean.html
|
||||
== unneeded_scroll.html unneeded_scroll.html
|
||||
skip-if(B2G||Mulet) == caret_on_presshell_reinit.html caret_on_presshell_reinit.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fuzzy-if(browserIsRemote,255,3) asserts-if(browserIsRemote,0-1) skip-if(B2G||Mulet) fuzzy-if(skiaContent,1,5) == caret_on_presshell_reinit-2.html caret_on_presshell_reinit-2.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(B2G||Mulet) fuzzy-if(asyncPan&&!layersGPUAccelerated,102,2824) == 642800.html 642800.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== selection_visibility_after_reframe.html selection_visibility_after_reframe.html
|
||||
== selection_visibility_after_reframe-2.html selection_visibility_after_reframe-2.html
|
||||
== selection_visibility_after_reframe-3.html selection_visibility_after_reframe-3.html
|
||||
== 672709.html 672709.html
|
||||
== 338427-1.html 338427-1.html
|
||||
skip-if(Android||B2G||Mulet) needs-focus == 674212-spellcheck.html 674212-spellcheck.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(Android||B2G||Mulet) needs-focus == 338427-2.html 338427-2.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(Android||B2G||Mulet) needs-focus == 338427-3.html 338427-3.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if(Android||B2G||Mulet) needs-focus == 462758-grabbers-resizers.html 462758-grabbers-resizers.html
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== readwrite-non-editable.html readwrite-non-editable.html
|
||||
== readwrite-editable.html readwrite-editable.html
|
||||
== readonly-non-editable.html readonly-non-editable.html
|
||||
== readonly-editable.html readonly-editable.html
|
||||
== dynamic-overflow-change.html dynamic-overflow-change.html
|
||||
== 694880-1.html 694880-1.html
|
||||
== 694880-2.html 694880-2.html
|
||||
== 694880-3.html 694880-3.html
|
||||
skip == 388980-1.html 388980-1.html
|
||||
needs-focus == spellcheck-superscript-1.html spellcheck-superscript-1.html
|
||||
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-superscript-2.html spellcheck-superscript-2.html
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fuzzy-if(skiaContent,1,3400) needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-1.html 824080-1.html
|
||||
needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-2.html 824080-2.html
|
||||
needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-3.html 824080-3.html
|
||||
needs-focus == 824080-2.html 824080-2.html
|
||||
fuzzy-if(skiaContent,1,3200) needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-4.html 824080-4.html
|
||||
fails fuzzy-if(skiaContent,2,1800) needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-5.html 824080-5.html
|
||||
needs-focus == 824080-4.html 824080-4.html
|
||||
needs-focus == 824080-6.html 824080-6.html
|
||||
needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-7.html 824080-7.html
|
||||
needs-focus == 824080-6.html 824080-6.html
|
||||
# Bug 674927: copy spellcheck-textarea tests to contenteditable
|
||||
== spellcheck-contenteditable-attr.html spellcheck-contenteditable-attr.html
|
||||
fails-if(Android||B2G||Mulet) needs-focus == spellcheck-contenteditable-attr.html spellcheck-contenteditable-attr.html
|
||||
# B2G no spellcheck underline
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
needs-focus == spellcheck-contenteditable-focused.html spellcheck-contenteditable-focused.html
|
||||
needs-focus == spellcheck-contenteditable-focused-reframe.html spellcheck-contenteditable-focused-reframe.html
|
||||
== spellcheck-contenteditable-nofocus.html spellcheck-contenteditable-nofocus.html
|
||||
== spellcheck-contenteditable-disabled.html spellcheck-contenteditable-disabled.html
|
||||
== spellcheck-contenteditable-disabled-partial.html spellcheck-contenteditable-disabled-partial.html
|
||||
== spellcheck-contenteditable-attr-inherit.html spellcheck-contenteditable-attr-inherit.html
|
||||
== spellcheck-contenteditable-attr-dynamic.html spellcheck-contenteditable-attr-dynamic.html
|
||||
== spellcheck-contenteditable-attr-dynamic-inherit.html spellcheck-contenteditable-attr-dynamic-inherit.html
|
||||
== spellcheck-contenteditable-property-dynamic.html spellcheck-contenteditable-property-dynamic.html
|
||||
== spellcheck-contenteditable-property-dynamic-inherit.html spellcheck-contenteditable-property-dynamic-inherit.html
|
||||
== spellcheck-contenteditable-attr-dynamic-override.html spellcheck-contenteditable-attr-dynamic-override.html
|
||||
== spellcheck-contenteditable-attr-dynamic-override-inherit.html spellcheck-contenteditable-attr-dynamic-override-inherit.html
|
||||
== spellcheck-contenteditable-property-dynamic-override.html spellcheck-contenteditable-property-dynamic-override.html
|
||||
== spellcheck-contenteditable-property-dynamic-override-inherit.html spellcheck-contenteditable-property-dynamic-override-inherit.html
|
||||
== 911201.html 911201.html
|
||||
needs-focus == 969773.html 969773.html
|
||||
fails fuzzy-if(skiaContent,1,220) == 997805.html 997805.html
|
||||
fails fuzzy-if(skiaContent,1,220) == 1088158.html 1088158.html
|
||||
|
|
@ -1,67 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == empty-1.xul empty-1.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == empty-2.xul empty-2.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
# There is no way to simulate an autocomplete textbox in windows XP/Vista/7/8/10 default theme using CSS.
|
||||
# Therefore, the equlity tests below should be marked as failing.
|
||||
fails-if(Android||B2G) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet) == autocomplete-1.xul autocomplete-1.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fails-if(Android||B2G) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet) == emptyautocomplete-1.xul emptyautocomplete-1.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == emptymultiline-1.xul emptymultiline-1.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet) == emptymultiline-2.xul emptymultiline-2.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == emptytextbox-1.xul emptytextbox-1.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
|
||||
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == emptytextbox-2.xul emptytextbox-2.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
|
||||
fails skip-if((B2G&&browserIsRemote)||Mulet) == emptytextbox-3.xul emptytextbox-3.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == emptytextbox-4.xul emptytextbox-4.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == emptytextbox-5.xul emptytextbox-5.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
|
||||
# There is no way to simulate a number textbox in windows XP/Vista/7 default theme using CSS.
|
||||
# Therefore, the equlity tests below should be marked as failing.
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == number-1.xul number-1.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == number-2.xul number-2.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fails-if(Android||B2G) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet) == number-3.xul number-3.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == number-4.xul number-4.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fails-if(Android||B2G) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet) == number-5.xul number-5.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fails-if(Android||B2G) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet) == numberwithvalue-1.xul numberwithvalue-1.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == passwd-1.xul passwd-1.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
|
||||
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == passwd-2.xul passwd-2.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == passwd-3.xul passwd-3.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet) == plain-1.xul plain-1.xul
|
||||
# bug 783658
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||(browserIsRemote&&winWidget)) == textbox-1.xul textbox-1.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == textbox-disabled.xul textbox-disabled.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
# Read-only textboxes look like normal textboxes in windows Vista/7 default theme
|
||||
fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet||(browserIsRemote&&winWidget)) == textbox-readonly.xul textbox-readonly.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
|
||||
Loading…
Add table
Add a link
Reference in a new issue