Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/border-outline-0-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/border-outline-0-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/border-outline-0-expected.txt |
| deleted file mode 100644 |
| index a6af1811e2db13b5532667745b872c816e839fc9..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/slimmingpaint/fast/repaint/border-outline-0-expected.txt |
| +++ /dev/null |
| @@ -1,18 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [10, 10, 200, 200], |
| - [10, 10, 100, 100] |
| - ], |
| - "paintInvalidationClients": [ |
| - "LayoutBlockFlow (positioned) DIV id='border-image'" |
| - ] |
| - } |
| - ] |
| -} |
| - |