Show tabs in pre elements

Display tab characters as 8 spaces for pre and other elements that don't
compress whitespace.
This commit is contained in:
Bryan Bell 2015-03-31 12:42:20 -07:00
parent 225d7d2ece
commit 29852bb111
4 changed files with 19 additions and 0 deletions

View file

@ -245,6 +245,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

View file

@ -0,0 +1 @@
<html><body><pre> tab</pre></body></html>

View file

@ -0,0 +1 @@
<html><body><pre> tab</pre></body></html>