| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/border-radius-with-outline.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/border-radius-with-outline.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/border-radius-with-outline.html
|
| index 04332774b37d862a7f6253482cafd3af8159b9ac..34254cdb472287489487c787725af7f7a24e17de 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/border-radius-with-outline.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/border-radius-with-outline.html
|
| @@ -3,9 +3,6 @@
|
| <script src="resources/paint-invalidation-test.js"></script>
|
| <script>
|
| <!-- Should full repaint because the actual border radius changes. -->
|
| -window.expectedPaintInvalidationObjects = [
|
| - "LayoutBlockFlow (positioned) DIV id='target'",
|
| -];
|
| function paintInvalidationTest()
|
| {
|
| document.getElementById('target').style.width = '200px';
|
|
|