Unstub text-orientation.

The spec has changed a bit since the servo implementation. We still need to alias
sideways-right to sideways and add other writing modes, but we can do that later.
This commit is contained in:
Bobby Holley 2016-04-20 17:33:30 -07:00
parent 6d2284cdb7
commit 1a727225a6
2 changed files with 12 additions and 4 deletions

View file

@ -258,8 +258,6 @@ impl Debug for ${style_struct.gecko_ffi_name} {
force_stub += ["box-sizing"]
# Inconsistent constant naming in gecko
force_stub += ["unicode-bidi", "text-transform"]
# Need to figure out why servo has sideways-left computed value and gecko doesn't
force_stub += ["text-orientation"]
# These are booleans.
force_stub += ["page-break-after", "page-break-before"]