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
Родитель 1a4dfbfc57
Коммит 5579c150ca
4 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -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);

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -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