зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1809742 - Remove non_native_theme from mozinfo/web-platform metadata. r=dshin
Depends on D166601 Differential Revision: https://phabricator.services.mozilla.com/D166620
This commit is contained in:
Родитель
af98bfc25a
Коммит
7d407cd676
|
@ -96,7 +96,6 @@ def build_dict(config, env=os.environ):
|
|||
d["artifact"] = substs.get("MOZ_ARTIFACT_BUILDS") == "1"
|
||||
d["ccov"] = substs.get("MOZ_CODE_COVERAGE") == "1"
|
||||
d["cc_type"] = substs.get("CC_TYPE")
|
||||
d["non_native_theme"] = True
|
||||
d["domstreams"] = substs.get("MOZ_DOM_STREAMS") == "1"
|
||||
d["isolated_process"] = (
|
||||
substs.get("MOZ_ANDROID_CONTENT_SERVICE_ISOLATED_PROCESS") == "1"
|
||||
|
|
|
@ -36,7 +36,6 @@ run_infos = {
|
|||
"early_beta_or_earlier": True,
|
||||
"healthreport": True,
|
||||
"nightly_build": True,
|
||||
"non_native_theme": True,
|
||||
"normandy": True,
|
||||
"official": True,
|
||||
"pgo": True,
|
||||
|
@ -90,7 +89,6 @@ run_infos = {
|
|||
"early_beta_or_earlier": True,
|
||||
"healthreport": True,
|
||||
"nightly_build": True,
|
||||
"non_native_theme": True,
|
||||
"normandy": True,
|
||||
"official": True,
|
||||
"pgo": False,
|
||||
|
@ -144,7 +142,6 @@ run_infos = {
|
|||
"early_beta_or_earlier": True,
|
||||
"healthreport": True,
|
||||
"nightly_build": True,
|
||||
"non_native_theme": False,
|
||||
"normandy": True,
|
||||
"official": True,
|
||||
"pgo": True,
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[select-element-zero-height-002.html]
|
||||
expected:
|
||||
if os == "android" and not non_native_theme: FAIL
|
||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1596627
|
|
@ -1,7 +1,4 @@
|
|||
[stretch-input-in-column.html]
|
||||
expected:
|
||||
if (os == "mac") and not non_native_theme: FAIL
|
||||
|
||||
fuzzy:
|
||||
if os == "android": maxDifference=0-7;totalPixels=0-8
|
||||
maxDifference=0-3;totalPixels=0-1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[position-sticky-large-top-2.tentative.html]
|
||||
fuzzy:
|
||||
if non_native_theme and os == "win": maxDifference=0-1;totalPixels=0-17
|
||||
if os == "win": maxDifference=0-1;totalPixels=0-17
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
expected:
|
||||
if os == "mac": PASS
|
||||
if os == "win": PASS
|
||||
if os == "android" and non_native_theme: PASS
|
||||
if os == "android": PASS
|
||||
FAIL
|
||||
bug: Test relies on on particular font metrics which are just right on Android.
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
bug: Text snapping differences between transformed and non-transformed content.
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
if (os == "android") and non_native_theme: PASS
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
bug: Text snapping differences between transformed and non-transformed content.
|
||||
expected:
|
||||
if os == "mac": FAIL
|
||||
if (os == "android") and non_native_theme: PASS
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
[caret-color-013.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[Test default caret-color]
|
||||
expected:
|
||||
if (os == "android") and not non_native_theme: FAIL
|
||||
|
||||
[Test caret-color: initial]
|
||||
expected:
|
||||
if (os == "android") and not non_native_theme: FAIL
|
||||
|
||||
[Test caret-color: inherit]
|
||||
expected:
|
||||
if (os == "android") and not non_native_theme: FAIL
|
||||
|
||||
[Test caret-color: auto]
|
||||
expected:
|
||||
if (os == "android") and not non_native_theme: FAIL
|
||||
|
||||
[Test caret-color: currentcolor]
|
||||
expected:
|
||||
if (os == "android") and not non_native_theme: FAIL
|
||||
|
||||
[Reset caret-color: initial]
|
||||
expected:
|
||||
if (os == "android") and not non_native_theme: FAIL
|
||||
|
||||
[Test caret-color: initial (inherited)]
|
||||
expected:
|
||||
if (os == "android") and not non_native_theme: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[webkit-appearance-progress-bar-002.html]
|
||||
expected:
|
||||
if (os == "win") and not non_native_theme: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[input-image-inline-alt.html]
|
||||
expected:
|
||||
if os == "android" and not non_native_theme: FAIL
|
|
@ -1,37 +0,0 @@
|
|||
[baseline-alignment-and-overflow.tentative.html]
|
||||
[<input type="color" value="#000000" style="overflow: visible; appearance: none;">]
|
||||
expected:
|
||||
if not non_native_theme: FAIL
|
||||
[<input type="color" value="#000000" style="overflow: hidden; appearance: none;">]
|
||||
expected:
|
||||
if not non_native_theme: FAIL
|
||||
[<input type="color" value="#000000" style="overflow: scroll; appearance: none;">]
|
||||
expected:
|
||||
if not non_native_theme: FAIL
|
||||
[<input type="submit" value="x" style="overflow: visible; appearance: auto;">]
|
||||
expected:
|
||||
if os == "mac" and not non_native_theme: FAIL
|
||||
[<input type="submit" value="x" style="overflow: hidden; appearance: auto;">]
|
||||
expected:
|
||||
if os == "mac" and not non_native_theme: FAIL
|
||||
[<input type="submit" value="x" style="overflow: scroll; appearance: auto;">]
|
||||
expected:
|
||||
if os == "mac" and not non_native_theme: FAIL
|
||||
[<input type="reset" value="x" style="overflow: visible; appearance: auto;">]
|
||||
expected:
|
||||
if os == "mac" and not non_native_theme: FAIL
|
||||
[<input type="reset" value="x" style="overflow: hidden; appearance: auto;">]
|
||||
expected:
|
||||
if os == "mac" and not non_native_theme: FAIL
|
||||
[<input type="reset" value="x" style="overflow: scroll; appearance: auto;">]
|
||||
expected:
|
||||
if os == "mac" and not non_native_theme: FAIL
|
||||
[<input type="button" value="x" style="overflow: visible; appearance: auto;">]
|
||||
expected:
|
||||
if os == "mac" and not non_native_theme: FAIL
|
||||
[<input type="button" value="x" style="overflow: hidden; appearance: auto;">]
|
||||
expected:
|
||||
if os == "mac" and not non_native_theme: FAIL
|
||||
[<input type="button" value="x" style="overflow: scroll; appearance: auto;">]
|
||||
expected:
|
||||
if os == "mac" and not non_native_theme: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[anonymous-button-content-box.html]
|
||||
expected:
|
||||
if os == "win": PASS
|
||||
if os == "mac": PASS
|
||||
if non_native_theme: PASS
|
||||
FAIL
|
|
@ -1,3 +1,3 @@
|
|||
[inline-level.html]
|
||||
fuzzy:
|
||||
if os == "android" and non_native_theme: maxDifference=0-1;totalPixels=0-12
|
||||
if os == "android": maxDifference=0-1;totalPixels=0-12
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[propagate-text-decoration.html]
|
||||
expected:
|
||||
if os == "android" and not non_native_theme: FAIL
|
||||
if os == "linux" and not non_native_theme: FAIL
|
||||
PASS
|
Загрузка…
Ссылка в новой задаче