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