Skip to content

Commit 55dc374

Browse files
committed
Revert "Bug 1941406: Enable support for the ::details-content pseudo-element. r=emilio" for causing reftests failures in details-percentage-height-children-ref.html.
This reverts commit 57eaaec. This reverts commit ab837d9.
1 parent 61c0760 commit 55dc374

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

modules/libpref/init/StaticPrefList.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10687,7 +10687,7 @@
1068710687
# Is support for the ::details-content pseudo-element enabled?
1068810688
- name: layout.css.details-content.enabled
1068910689
type: RelaxedAtomicBool
10690-
value: true
10690+
value: false
1069110691
mirror: always
1069210692
rust: true
1069310693

@@ -10828,7 +10828,7 @@
1082810828
# The modern behavior is 'false', i.e. not forcing it to be a block.
1082910829
- name: layout.details.force-block-layout
1083010830
type: bool
10831-
value: false
10831+
value: @IS_NOT_NIGHTLY_BUILD@
1083210832
mirror: always
1083310833

1083410834
# Whether table cells can generate scroll boxes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
prefs: [layout.css.scroll-state.enabled:true]
1+
prefs: [layout.css.details-content.enabled:true, layout.css.scroll-state.enabled:true]
22
leak-threshold: [default:51200]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
prefs: [layout.css.details-content.enabled:true]
12
leak-threshold: [default:51200]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
prefs: [layout.css.details-content.enabled:true]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
prefs: [dom.viewTransitions.enabled:true]
1+
prefs: [layout.css.details-content.enabled:true, dom.viewTransitions.enabled:true]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
prefs: [layout.details.force-block-layout:false,layout.css.details-content.enabled:true]
12
leak-threshold: [default:51200]

0 commit comments

Comments
 (0)