Index: third_party/WebKit/LayoutTests/compositing/repaint/scroll-fixed-squahed-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/scroll-fixed-squahed-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/scroll-fixed-squahed-layer-expected.txt |
deleted file mode 100644 |
index 9653a80ccd3d3a66afe2330840567039afc89d9e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/compositing/repaint/scroll-fixed-squahed-layer-expected.txt |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [785, 2016], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [785, 2016], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (positioned) DIV class='main'", |
- "position": [100, 200], |
- "bounds": [200, 200], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#ADD8E6" |
- }, |
- { |
- "name": "LayoutBlockFlow (positioned) DIV class='squahed'", |
- "position": [100, 250], |
- "bounds": [200, 200], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#90EE90" |
- } |
- ] |
- } |
- ] |
-} |
- |