Bug 700260 - Honor the view_source.tab_size pref in a way that actually works. r=smaug.

This commit is contained in:
Henri Sivonen 2011-11-07 21:20:14 +02:00
parent de222b191d
commit 1ed9041d38
4 changed files with 8 additions and 1 deletions

View File

@ -152,7 +152,7 @@ nsHtml5Highlighter::Start()
if (mTabSize > 0) {
nsString* style = new nsString(NS_LITERAL_STRING("-moz-tab-size: "));
style->AppendInt(mTabSize);
bodyAttrs->addAttribute(nsHtml5AttributeName::ATTR_CLASS, style);
bodyAttrs->addAttribute(nsHtml5AttributeName::ATTR_STYLE, style);
}
Push(nsGkAtoms::body, bodyAttrs);

View File

@ -0,0 +1,3 @@
1
2
3

View File

@ -0,0 +1,3 @@
1
2
3

View File

@ -15,3 +15,4 @@
== view-source:bug673094-1.html view-source:bug673094-1-ref.html
== bug696651-1.html bug696651-1-ref.html
== bug696651-2.html bug696651-2-ref.html
== view-source:bug700260-1.html view-source:bug700260-1-ref.html