Subversion Repositories Kolibri OS

Rev

Rev 4364 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4364 Rev 5043
Line 339... Line 339...
339
		assert(parent->data.length.unit != CSS_UNIT_PCT);
339
		assert(parent->data.length.unit != CSS_UNIT_PCT);
Line 340... Line 340...
340
 
340
 
341
		parent_size = parent->data.length;
341
		parent_size = parent->data.length;
Line 342... Line 342...
342
	}
342
	}
Line 343... Line 343...
343
 
343
 
344
	assert(size->status != CSS_FONT_SIZE_INHERIT);
344
	/* assert(size->status != CSS_FONT_SIZE_INHERIT); */
345
 
345
 
346
	if (size->status < CSS_FONT_SIZE_LARGER) {
346
	if (size->status < CSS_FONT_SIZE_LARGER) {