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:
Benjamin Dahse 2017-03-17 21:41:42 +01:00
parent 0a0fb61b48
commit 8db0fcaa29
4 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1 @@
prefs: [layout.writing-mode.enabled:true]