Bug 403004. Let the text-transform style setting loop cross non-fluid continuation boundaries. r+sr=bz

This commit is contained in:
roc+@cs.cmu.edu 2007-11-08 15:37:34 -08:00
Родитель 502c2e7e33
Коммит e10819cfa9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1512,7 +1512,7 @@ BuildTextRunsScanner::BuildTextRunForFrames(void* aTextBuffer)
MappedFlow* mappedFlow = &mMappedFlows[i];
nsTextFrame* f;
for (f = mappedFlow->mStartFrame; f != mappedFlow->mEndFrame;
f = static_cast<nsTextFrame*>(f->GetNextInFlow())) {
f = static_cast<nsTextFrame*>(f->GetNextContinuation())) {
PRUint32 offset = iter.GetSkippedOffset();
iter.AdvanceOriginal(f->GetContentLength());
PRUint32 end = iter.GetSkippedOffset();