Bug 356325. Don't let WipeContainingBlock wipe out anonymous popops. Popups, decks and groupboxes are not really inline. r+sr=dbaron

This commit is contained in:
roc+@cs.cmu.edu 2007-06-06 20:22:00 -07:00
Родитель cf44694542
Коммит d1051274ea
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -545,9 +545,6 @@ IsInlineFrame(nsIFrame* aFrame)
case NS_STYLE_DISPLAY_INLINE_BOX:
case NS_STYLE_DISPLAY_INLINE_GRID:
case NS_STYLE_DISPLAY_INLINE_STACK:
case NS_STYLE_DISPLAY_DECK:
case NS_STYLE_DISPLAY_POPUP:
case NS_STYLE_DISPLAY_GROUPBOX:
return PR_TRUE;
default:
break;