Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/images/space-expected.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/images/space-expected.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/images/space-expected.html |
deleted file mode 100644 |
index 0cf272e16211098b6020d5d15d0d71336ba88a59..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/images/space-expected.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<!doctype html> |
-<meta charset=utf-8> |
-<title>img hspace/vspace - reference</title> |
-<style> |
-span { background: blue; } |
-</style> |
-<div style=width:400px;> |
-<p><span><img src=/images/green.png></span> |
-<p><span><img src=/images/green.png style="margin: 0 10px"></span> |
-<p><span><img src=/images/green.png style="margin: 10px 0"></span> |
-<p><span><img src=/images/green.png style="margin: 0 10%"></span> |
-<p><span><img src=/images/green.png style="margin: 10% 0"></span> |
-</div> |