| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/independent-inheritance-fast-path.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/independent-inheritance-fast-path.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/independent-inheritance-fast-path.html
|
| index 7562b19629c9e43d71789c7da2237609947b8cc3..48ffb11410c780fa04cbe63105dc89f31ee4ffbb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/independent-inheritance-fast-path.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/independent-inheritance-fast-path.html
|
| @@ -14,6 +14,7 @@ var independent_properties = [
|
| // Property name, Value 1, Value 2
|
| ["pointerEvents", "auto", "all"],
|
| ["visibility", "visible", "hidden"],
|
| + ["whiteSpace", "normal", "nowrap"],
|
| ];
|
|
|
| independent_properties.forEach(function(test_data)
|
|
|