mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Backed out changeset 6fb5de003d4a (bug 1787947) for breaking test. CLOSED TREE
This commit is contained in:
parent
5543f8ecb5
commit
13937f6a9c
@ -9667,21 +9667,6 @@ exports.CSS_PROPERTIES = {
|
||||
"unset"
|
||||
]
|
||||
},
|
||||
"page": {
|
||||
"isInherited": false,
|
||||
"subproperties": [
|
||||
"page"
|
||||
],
|
||||
"supports": [],
|
||||
"values": [
|
||||
"auto",
|
||||
"inherit",
|
||||
"initial",
|
||||
"revert",
|
||||
"revert-layer",
|
||||
"unset"
|
||||
]
|
||||
},
|
||||
"page-break-after": {
|
||||
"isInherited": false,
|
||||
"subproperties": [
|
||||
|
@ -8520,7 +8520,7 @@
|
||||
# Enables support for the named pages
|
||||
- name: layout.css.named-pages.enabled
|
||||
type: RelaxedAtomicBool
|
||||
value: @IS_NIGHTLY_BUILD@
|
||||
value: false
|
||||
mirror: always
|
||||
rust: true
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
prefs: [layout.css.named-pages.enabled:true]
|
@ -0,0 +1,7 @@
|
||||
[inheritance.html]
|
||||
[Property page has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property page does not inherit]
|
||||
expected: FAIL
|
||||
|
@ -1,16 +1,4 @@
|
||||
[page-orientation.tentative.html]
|
||||
[contents for selector ['undefined'\]]
|
||||
expected: FAIL
|
||||
[contents for selector [''\]]
|
||||
expected: FAIL
|
||||
[contents for selector ['named1'\]]
|
||||
expected: FAIL
|
||||
[contents for selector ['named3'\]]
|
||||
expected: FAIL
|
||||
[contents for selector ['named4'\]]
|
||||
expected: FAIL
|
||||
[contents for selector ['named5'\]]
|
||||
expected: FAIL
|
||||
[contents for selector ['named6'\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
[page-rule-declarations-000.html]
|
||||
prefs: [layout.css.named-pages.enabled:true]
|
||||
[unexpected contents for selector ['page_jis_size_orientation'\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
[page-rule-declarations-001.html]
|
||||
prefs: [layout.css.named-pages.enabled:true]
|
||||
|
||||
[CSS Paged Media: parsing @page declarations inside @media]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
[page-rule-declarations-002.html]
|
||||
prefs: [layout.css.named-pages.enabled:true]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
|
@ -1,3 +1,4 @@
|
||||
[page-rule-declarations-003.html]
|
||||
prefs: [layout.css.named-pages.enabled:true]
|
||||
expected:
|
||||
if (os == "android") and fission: [TIMEOUT, OK]
|
||||
|
@ -1,4 +1,5 @@
|
||||
[page-rule-declarations-004.html]
|
||||
prefs: [layout.css.named-pages.enabled:true]
|
||||
expected:
|
||||
if (os == "android") and fission: [OK, TIMEOUT]
|
||||
[rule with invalid selector ['--a'\]]
|
||||
|
Loading…
Reference in New Issue
Block a user