mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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:
parent
225d7d2ece
commit
29852bb111
4 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
1
tests/ref/pre_with_tab.html
Normal file
1
tests/ref/pre_with_tab.html
Normal file
|
@ -0,0 +1 @@
|
|||
<html><body><pre> tab</pre></body></html>
|
1
tests/ref/pre_with_tab_ref.html
Normal file
1
tests/ref/pre_with_tab_ref.html
Normal file
|
@ -0,0 +1 @@
|
|||
<html><body><pre> tab</pre></body></html>
|
Loading…
Add table
Add a link
Reference in a new issue