Index: third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-without-size-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-without-size-expected.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-without-size-expected.html |
index d593923b11c55b53fbc17c94c94c2d7348f84c9c..ab01d691525550900059fa85524893afc743cfc3 100644 |
--- a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-without-size-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-without-size-expected.html |
@@ -1,5 +1,4 @@ |
-<html> |
-<head> |
+<!DOCTYPE html> |
<script src="resources/srcset-helper.js"></script> |
<style> |
#foo { |
@@ -10,10 +9,5 @@ |
background-size: 30px; |
} |
</style> |
-</head> |
- |
-<body id="body"> |
- <div>This test passes if the div below contains 9 evenly spaced delete buttons, and if the high resolution resource is used when the deviceScaleFactor is 2.</div> |
- <div id=foo></div> |
-</body> |
-</html> |
+<div>This test passes if the div below contains 9 evenly spaced delete buttons, and if the high resolution resource is used when the deviceScaleFactor is 2.</div> |
+<div id=foo></div> |