mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Make writing-mode affect computed display
If a box has a different writing-mode than its containing block, and has a specified display of inline, change the computed display to inline-block. Also adds the second manual testcase from #15754 as a WPT to assert that the computed display does in fact change.
This commit is contained in:
parent
0a0fb61b48
commit
8db0fcaa29
4 changed files with 46 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
prefs: [layout.writing-mode.enabled:true]
|
Loading…
Add table
Add a link
Reference in a new issue