Closed
Bug 1131994
Opened 10 years ago
Closed 10 years ago
mochitest failures on various CSS logical properties when vertical writing-mode is enabled
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: jfkthame, Assigned: heycam)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
722 bytes,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
1.19 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
1.54 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
878 bytes,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
When layout.css.vertical-text.enabled is set to true, so that the CSS writing-mode property and the new logical box properties (for margins, borders, etc) are enabled, we get a bunch of mochitest failures related to the new properties.
A few samples:
1106 INFO TEST-UNEXPECTED-FAIL | layout/style/test/test_exposed_prop_accessors.html | border-block-end should now be set - didn't expect , but got it
1618 INFO TEST-UNEXPECTED-FAIL | layout/style/test/test_inherit_computation.html | should be testing with values that compute to different things for 'block-size' - didn't expect height, but got it
2231 INFO TEST-UNEXPECTED-FAIL | layout/style/test/test_initial_computation.html | should be testing with values that compute to different things for 'inline-size' - didn't expect width, but got it
2722 INFO TEST-UNEXPECTED-FAIL | layout/style/test/test_property_syntax_errors.html | invalid value 'none' not accepted for 'max-block-size' property - got none, expected
6006 INFO TEST-UNEXPECTED-FAIL | layout/style/test/test_value_cloning.html | serialization should be nonempty for border-block-start: 5px green none - didn't expect , but got it
18910 INFO TEST-UNEXPECTED-FAIL | layout/style/test/test_value_computation.html | should be testing with values that compute to different things for 'block-size' - didn't expect height, but got it
22727 INFO TEST-UNEXPECTED-FAIL | layout/style/test/test_value_storage.html | setting 'none' on 'border-block-end' - didn't expect , but got it
See https://treeherder.mozilla.org/#/jobs?repo=try&revision=69d2545dfb1e
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8564818 -
Flags: review?(dbaron)
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8564819 -
Flags: review?(dbaron)
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8564820 -
Flags: review?(dbaron)
Attachment #8564817 -
Flags: review?(dbaron) → review+
Attachment #8564818 -
Flags: review?(dbaron) → review+
Attachment #8564819 -
Flags: review?(dbaron) → review+
Attachment #8564820 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8f6010300a59
https://hg.mozilla.org/mozilla-central/rev/2af5e7c23456
https://hg.mozilla.org/mozilla-central/rev/17ed7ce69a13
https://hg.mozilla.org/mozilla-central/rev/fcb9b8ab059d
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Blocks: css-logical-1
You need to log in
before you can comment on or make changes to this bug.
Description
•