Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-dim-expected.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-dim-expected.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-dim-expected.html |
deleted file mode 100644 |
index b1adb683077ebf9f6cc2654b6670eeed528f3770..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-dim-expected.html |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-<!DOCTYPE html> |
-<meta charset=utf-8> |
-<title>img width/height - reference</title> |
-<style> |
-p { width: 50px; height: 50px; } |
-</style> |
-<p><img src=/images/green.png> |
-<p><img src=/images/green.png style="width: 10px"> |
-<p><img src=/images/green.png style="height: 10px"> |
-<p><img src=/images/green.png style="width: 10%"> |
-<p><img src=/images/green.png style="height: 10%"> |