Remove layout.css.offset-logical-properties.enabled.
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: emilio, Assigned: shnmorimoto, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=rust])
Attachments
(1 file)
This was turned off in bug 1471838, so it's also about time to remove the code.
This involves removing the occurrences of the pref, including this line and fix the relevant tests that use the pref.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
I would like to pick up this issue.
Should I just run ./mach mochitest
for the test?
Reporter | ||
Comment 2•4 years ago
|
||
No, ./mach mochitest
will run all the tests, which would take forever on a single machine :)
Probably just building + a sanity check like ./mach mochitest layout/style/test/test_value_computation.html
is enough.
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Thanks for replying!
I've confirmed that layout.css.offset-logical-properties.enabled
is not exists except this line.
And the results of running ./mach mochitest layout/style/test/test_value_computation.html
is below.
0:56.19 TEST_END: Test OK. Subtests passed 41743/41796. Unexpected 0
0:56.20 INFO TEST-START | Shutdown
0:56.20 INFO Passed: 41743
0:56.20 INFO Failed: 0
0:56.20 INFO Todo: 53
0:56.20 INFO Mode: e10s
0:56.20 INFO Slowest: 40178ms - /tests/layout/style/test/test_value_computation.html
0:56.20 INFO SimpleTest FINISHED
0:56.20 INFO TEST-INFO | Ran 1 Loops
0:56.20 INFO SimpleTest FINISHED
I've created patch. Could you review?
Reporter | ||
Comment 5•4 years ago
|
||
Sure! For reference, you can tag me as a reviewer in the Phabricator UI, or you can append r=emilio
to your commit message and it'd be automatically added by the submission tool.
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
Thanks a lot. I will do that next time.
Comment 8•4 years ago
|
||
bugherder |
Description
•