| Index: LayoutTests/fast/history/visited-generated-content-test.html
|
| diff --git a/LayoutTests/fast/history/visited-generated-content-test.html b/LayoutTests/fast/history/visited-generated-content-test.html
|
| index 9b1f77cf720518d40859590735fd1b3cc5725931..2ece16565c0fcb4e9256b0adbe99f571f13fd514 100644
|
| --- a/LayoutTests/fast/history/visited-generated-content-test.html
|
| +++ b/LayoutTests/fast/history/visited-generated-content-test.html
|
| @@ -47,7 +47,6 @@
|
| var sPropertyName = oStyleDeclaration.item(i);
|
| var dxPropertyAttributes = {
|
| 'value': oStyleDeclaration.getPropertyValue(sPropertyName),
|
| -// 'CSS value': oStyleDeclaration.getPropertyCSSValue(sPropertyName),
|
| 'priority': oStyleDeclaration.getPropertyPriority(sPropertyName)
|
| };
|
| dxStyleProperties[sPropertyName] = dxPropertyAttributes;
|
|
|