Index: third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt b/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt |
deleted file mode 100644 |
index 7e71c961f23f2215dace19361c6b1c3af817620d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true |
- }, |
- { |
- "name": "LayoutBlockFlow DIV id='target'", |
- "position": [8, 8], |
- "bounds": [310, 175], |
- "drawsContent": true, |
- "preferredRasterScale": 1.57741940021515 |
- } |
- ] |
-} |
- |