auto merge of #5470 : bjwbell/servo/tab-in-pre, r=mbrubeck

Display tab characters as 4 spaces for pre and other elements that don't
compress whitespace.

Fixes https://github.com/servo/servo/issues/4651

@pcwalton r?
This commit is contained in:
bors-servo 2015-04-03 04:18:42 -06:00
commit 40fab8e362
4 changed files with 19 additions and 0 deletions

View file

@ -246,6 +246,7 @@ experimental != overconstrained_block.html overconstrained_block_ref.html
== position_relative_a.html position_relative_b.html
== position_relative_top_percentage_a.html position_relative_top_percentage_b.html
== pre_ignorable_whitespace_a.html pre_ignorable_whitespace_ref.html
== pre_with_tab.html pre_with_tab_ref.html
== pseudo_element_a.html pseudo_element_b.html
== pseudo_inherit.html pseudo_inherit_ref.html
== quotes_simple_a.html quotes_simple_ref.html