Index: third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-without-size.html |
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-without-size.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-without-size.html |
index b4bab0f996e87159548ae7af69e9a5f490e877c4..7b1cd9c896677ac4bd597fc345b2156eecd47433 100644 |
--- a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-without-size.html |
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-background-repeat-without-size.html |
@@ -1,5 +1,4 @@ |
-<html> |
-<head> |
+<!DOCTYPE html> |
<script src="resources/srcset-helper.js"></script> |
<style> |
#foo { |
@@ -9,10 +8,5 @@ |
background-repeat: repeat; |
} |
</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> |