Index: third_party/WebKit/LayoutTests/fast/repaint/clip-path-constant-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/clip-path-constant-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/clip-path-constant-repaint-expected.txt |
deleted file mode 100644 |
index 45803277f36357316909cfe419de4754532bffd2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/clip-path-constant-repaint-expected.txt |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (positioned) DIV id='clip'", |
- "position": [8, 8], |
- "bounds": [800, 300], |
- "drawsContent": true, |
- "backfaceVisibility": "hidden", |
- "backgroundColor": "#FF0000E6", |
- "transform": [ |
- [1, 0, 0, 0], |
- [0, 1, 0, 0], |
- [0, 0, 1, 0], |
- [0, 100, 0, 1] |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |