Index: Source/WebKit/chromium/tests/data/get_scale_for_auto_zoom_into_div_test.html |
diff --git a/Source/WebKit/chromium/tests/data/get_scale_for_auto_zoom_into_div_test.html b/Source/WebKit/chromium/tests/data/get_scale_for_auto_zoom_into_div_test.html |
deleted file mode 100644 |
index 95e7b3787d5c61016bd7ca250d8a83fd6e7582c3..0000000000000000000000000000000000000000 |
--- a/Source/WebKit/chromium/tests/data/get_scale_for_auto_zoom_into_div_test.html |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-<html> |
- <body> |
- <div style="background-color: green; position: absolute; left: 200px; top: 100px; width: 400px; height: 150px"> |
- <p id="wideDiv">Wide div</p> |
- </div> |
- <div style="background-color: green; position: absolute; left: 200px; top: 300px; width: 400px; height: 800"> |
- <p id="tallDiv">Tall div</p> |
- </div> |
- </body> |
-</html> |