Backing out bug 379906 to fix orange.

This commit is contained in:
mats.palmgren@bredband.net 2007-05-07 23:25:04 -07:00
Родитель 8c0b951017
Коммит e0ab9504a0
2 изменённых файлов: 1 добавлений и 3 удалений

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

@ -2493,9 +2493,6 @@ nsRuleNode::ComputeUserInterfaceData(nsStyleStruct* aStartStruct,
ui->mCursor = parentUI->mCursor;
ui->CopyCursorArrayFrom(*parentUI);
}
else if (eCSSUnit_Initial == list->mValue.GetUnit()) {
ui->mCursor = NS_STYLE_CURSOR_AUTO;
}
else {
// The parser will never create a list that is *all* URL values --
// that's invalid.

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

@ -125,6 +125,7 @@ var gBrokenInitial = {
"bottom": true,
"caption-side": true,
"clear": true,
"cursor": true,
"direction": true,
"display": true,
"empty-cells": true,