Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit f43ae7e

Browse files
committed
Merge mozilla-inbound to mozilla-central. a=merge
2 parents 3c3c142 + fb703be commit f43ae7e

132 files changed

Lines changed: 1519 additions & 212 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[all-prop-initial-visited.html]
2+
expected: FAIL

testing/web-platform/meta/css/css-fonts/animations/font-size-interpolation-002.html.ini

Lines changed: 0 additions & 19 deletions
This file was deleted.

testing/web-platform/meta/css/css-fonts/animations/font-variation-settings-interpolation.html.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,3 +1804,4 @@
18041804

18051805
[CSS Transitions with transition: all: property <font-variation-settings> from [initial\] to ['test' 50\] at (-0.3) should be [\]]
18061806
expected: FAIL
1807+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[text-decoration-shorthand.html]
2+
[e.style['text-decoration'\] = "overline dotted green" should not set unrelated longhands]
3+
expected: FAIL
4+

testing/web-platform/meta/css/css-ui/appearance-auto-001.html.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
disabled:
33
if debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1560360
44
expected:
5-
if (os == "win") and (processor == "x86_64"): FAIL
6-
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
75
if (os == "win") and (processor == "x86"): FAIL
6+
if (os == "win") and (processor == "x86_64"): FAIL
7+
if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"]

testing/web-platform/meta/css/css-ui/appearance-button-bevel-001.html.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
if debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1560360
44
expected:
55
if (os == "win") and (processor == "x86"): FAIL
6-
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
6+
if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"]
77
if (os == "win") and (processor == "x86_64"): FAIL

testing/web-platform/meta/css/css-ui/appearance-checkbox-001.html.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
if debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1560360
44
expected:
55
if (os == "win") and (processor == "x86"): FAIL
6-
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
76
if (os == "win") and (processor == "x86_64"): FAIL
7+
if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"]
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[appearance-textfield-001.html]
22
expected:
3-
if (os == "win") and debug and (processor == "x86_64"): ["FAIL", "PASS"]
4-
if (os == "win") and debug and (processor == "x86"): ["PASS", "FAIL"]
5-
if (os == "win") and not debug: ["FAIL", "PASS"]
3+
if (os == "win") and (processor == "x86") and not debug: ["PASS", "FAIL"]
4+
if (os == "win") and (processor == "x86") and debug: ["PASS", "FAIL"]
5+
if (os == "win") and (processor == "x86_64"): ["FAIL", "PASS"]
6+
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[position-sticky-root-scroller-with-scroll-behavior.html]
22
[Sticky elements work with the root (document) scroller]
3-
expected:
4-
if (os == "android") and e10s: FAIL
53
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1556685
4+
expected:
5+
if (os == "linux") and webrender and not debug: ["PASS", "FAIL"]
6+
if os == "android": FAIL
7+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[scroll-behavior-default-css.html]
2+
[Smooth scrolling of an element with default scroll-behavior]
3+
expected:
4+
if webrender and (os == "linux") and not debug: ["PASS", "FAIL"]
5+

0 commit comments

Comments
 (0)