Chromium Code Reviews| Index: LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt |
| diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt |
| deleted file mode 100644 |
| index 860ebe8a9ea9aff669ca7c241912aeb7891ebf3b..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt |
| +++ /dev/null |
| @@ -1,13 +0,0 @@ |
| -Even though the fixed-position element's container is nonscrollable, it should still be composited because one of its ancestors is scrolling. |
| - |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true |
| - } |
| - ] |
| -} |
| - |