Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky Reland quarter of patch to test effect on pageload.
git-svn-id: svn://10.0.0.236/trunk@159372 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3504,7 +3504,7 @@ nsRuleNode::ComputeListData(nsStyleStruct* aStartStruct,
|
||||
}
|
||||
|
||||
// list-style-image: url, none, inherit
|
||||
if (eCSSUnit_URL == listData.mImage.GetUnit()) {
|
||||
if (eCSSUnit_Image == listData.mImage.GetUnit()) {
|
||||
list->mListStyleImage = listData.mImage.GetURLValue();
|
||||
}
|
||||
else if (eCSSUnit_None == listData.mImage.GetUnit()) {
|
||||
|
||||
Reference in New Issue
Block a user