Index: LayoutTests/virtual/softwarecompositing/repaint/should-not-repaint-composited-descendants-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/repaint/should-not-repaint-composited-descendants-expected.txt b/LayoutTests/virtual/softwarecompositing/repaint/should-not-repaint-composited-descendants-expected.txt |
deleted file mode 100644 |
index fede5fb57afaa8dfa1db4ce841038d0dea519b97..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/softwarecompositing/repaint/should-not-repaint-composited-descendants-expected.txt |
+++ /dev/null |
@@ -1,39 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [38, 38], |
- "bounds": [90, 90], |
- "drawsContent": true, |
- "backfaceVisibility": "hidden", |
- "backgroundColor": "#008000", |
- "repaintRects": [ |
- [0, 0, 70, 70], |
- [0, 0, 20, 70] |
- ], |
- "children": [ |
- { |
- "bounds": [90, 90], |
- "children": [ |
- { |
- "position": [-30, 20], |
- "bounds": [50, 50], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backfaceVisibility": "hidden", |
- "backgroundColor": "#008000" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |