| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-content.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-content.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-content.html | 
| index e299bf99d9e554750c845541b6f8d91b4dc831c8..5bcf06e23a0e6e875d46af959dbe64fb98d81283 100644 | 
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-content.html | 
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-content.html | 
| @@ -38,7 +38,7 @@ | 
| root2.appendChild(sheet); | 
|  | 
| if (window.internals) | 
| -        shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "5"); | 
| +        shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3"); | 
|  | 
| shouldBeEqualToString("getComputedStyle(outerSpan).color", "rgb(0, 128, 0)"); | 
| </script> | 
|  |